/trusted-firmware-a/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);
|
/trusted-firmware-a/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 …]
|
/trusted-firmware-a/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
|
/trusted-firmware-a/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
|
/trusted-firmware-a/drivers/ufs/ |
A D | ufs.c | 207 static int get_empty_slot(int *slot) in get_empty_slot() argument 220 *slot = i; in get_empty_slot() 227 int slot = 0, result; in get_utrd() local 231 result = get_empty_slot(&slot); in get_utrd() 241 utrd->task_tag = slot + 1; in get_utrd() 449 int slot; in ufs_send_request() local 451 slot = task_tag - 1; in ufs_send_request() 472 int slot; in ufs_check_resp() local 483 slot = utrd->task_tag - 1; in ufs_check_resp() 486 assert((data & (1 << slot)) == 0); in ufs_check_resp() [all …]
|
/trusted-firmware-a/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
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/ |
A D | ls1043a.rst.txt | 29 * PCIe2 (Lanes C) to mini-PCIe slot 30 * PCIe3 (Lanes D) to PCIe slot
|
A D | poplar.rst.txt | 24 EXPANSION INTERFACE Linaro 96Boards Low Speed Expansion slot
|
/trusted-firmware-a/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
|
/trusted-firmware-a/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
|
/trusted-firmware-a/plat/allwinner/common/ |
A D | arisc_off.S | 79 l.nop 0x0 # (delay slot)
|
/trusted-firmware-a/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) | \
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …120],slash:124,slave:53,slice:16,slightli:[6,63,111,112,122,124],slip:122,slot:[6,85,106,110,114],…
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/ |
A D | change-log.md.txt | 2312 - imx: Fix shift-overflow errors, the rdc memory region slot's offset,
|
/trusted-firmware-a/docs/ |
A D | change-log.md | 2312 - imx: Fix shift-overflow errors, the rdc memory region slot's offset,
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.tex | 38523 PCIe2 (Lanes C) to mini\sphinxhyphen{}PCIe slot 38527 PCIe3 (Lanes D) to PCIe slot 40067 EXPANSION INTERFACE Linaro 96Boards Low Speed Expansion slot 59294 imx: Fix shift\sphinxhyphen{}overflow errors, the rdc memory region slot’s offset,
|