Searched refs:slot (Results 1 – 13 of 13) sorted by relevance
/tf-a-ffa_el3_spmc/plat/mediatek/mt8183/drivers/sspm/ |
A D | sspm.c | 31 int sspm_mbox_read(uint32_t slot, uint32_t *data, uint32_t len) in sspm_mbox_read() argument 33 if (slot >= 32) { in sspm_mbox_read() 34 ERROR("%s:slot = %d\n", __func__, slot); in sspm_mbox_read() 40 MBOX3_BASE + slot * 4, in sspm_mbox_read() 46 int sspm_mbox_write(uint32_t slot, uint32_t *data, uint32_t len) in sspm_mbox_write() argument 48 if (slot >= 32) { in sspm_mbox_write() 49 ERROR("%s:slot = %d\n", __func__, slot); in sspm_mbox_write() 54 memcpy_to_sspm(MBOX3_BASE + slot * 4, in sspm_mbox_write()
|
A D | sspm.h | 27 int sspm_mbox_read(uint32_t slot, uint32_t *data, uint32_t len); 28 int sspm_mbox_write(uint32_t slot, uint32_t *data, uint32_t len); 30 int sspm_ipi_recv_non_blocking(uint32_t slot, uint32_t *data, uint32_t len);
|
/tf-a-ffa_el3_spmc/plat/mediatek/mt8195/drivers/spm/notifier/ |
A D | mt_spm_sspm_notifier.c | 15 #define MT_SPM_MBOX(slot) MT_SPM_SSPM_MBOX_OFF((slot << 2UL)) argument
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/soc/t210/drivers/se/ |
A D | security_engine.c | 552 for (int slot = 0; slot < TEGRA_SE_AES_KEYSLOT_COUNT; slot++) { in tegra_se_aeskeytable_context_save() local 559 SE_CTX_SAVE_KEY_INDEX(slot) | in tegra_se_aeskeytable_context_save() 569 __func__, slot, i); in tegra_se_aeskeytable_context_save() 583 SE_CTX_SAVE_KEY_INDEX(slot) | in tegra_se_aeskeytable_context_save() 591 __func__, slot); in tegra_se_aeskeytable_context_save() 603 SE_CTX_SAVE_KEY_INDEX(slot) | in tegra_se_aeskeytable_context_save() 611 __func__, slot); in tegra_se_aeskeytable_context_save() 645 for (int slot = 0; slot < TEGRA_SE_RSA_KEYSLOT_COUNT; slot++) { in tegra_se_lp_rsakeytable_context_save() local 651 key_index_mod[slot][index]) | in tegra_se_lp_rsakeytable_context_save() 661 __func__, slot); in tegra_se_lp_rsakeytable_context_save() [all …]
|
/tf-a-ffa_el3_spmc/plat/mediatek/mt8192/drivers/spm/notifier/ |
A D | mt_spm_sspm_notifier.c | 15 #define MT_SPM_MBOX(slot) MT_SPM_SSPM_MBOX_OFF((slot << 2UL)) argument
|
/tf-a-ffa_el3_spmc/drivers/nxp/ddr/nxp-ddr/ |
A D | README.odt | 3 Two-slot system 5 configurations are possible but not covered here. First slot empty is possbile
|
/tf-a-ffa_el3_spmc/drivers/ufs/ |
A D | ufs.c | 156 static int get_empty_slot(int *slot) in get_empty_slot() argument 169 *slot = i; in get_empty_slot() 176 int slot = 0, result; in get_utrd() local 180 result = get_empty_slot(&slot); in get_utrd() 190 utrd->task_tag = slot + 1; in get_utrd() 398 int slot; in ufs_send_request() local 400 slot = task_tag - 1; in ufs_send_request() 421 int slot; in ufs_check_resp() local 432 slot = utrd->task_tag - 1; in ufs_check_resp() 435 assert((data & (1 << slot)) == 0); in ufs_check_resp() [all …]
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | ls1043a.rst | 29 * PCIe2 (Lanes C) to mini-PCIe slot 30 * PCIe3 (Lanes D) to PCIe slot
|
A D | poplar.rst | 24 EXPANSION INTERFACE Linaro 96Boards Low Speed Expansion slot
|
/tf-a-ffa_el3_spmc/include/drivers/brcm/emmc/ |
A D | emmc_csl_sd.h | 56 uint32_t slot; /* if the HC is locatd at slot 0 or slot 1 */ member
|
/tf-a-ffa_el3_spmc/plat/allwinner/common/ |
A D | arisc_off.S | 79 l.nop 0x0 # (delay slot)
|
/tf-a-ffa_el3_spmc/plat/brcm/board/stingray/src/ |
A D | paxb.c | 225 #define EP_CONFIG_VAL(bus_no, slot, fn, where) \ argument 227 ((slot) << CFG_ADDR_DEV_NUM_SHIFT) | \
|
/tf-a-ffa_el3_spmc/docs/ |
A D | change-log.rst | 1716 - imx: Fix shift-overflow errors, the rdc memory region slot's offset,
|
Completed in 29 milliseconds