Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 18 of 18) sorted by relevance

/trusted-firmware-a/plat/mediatek/mt8183/drivers/sspm/
A Dsspm.c31 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 Dsspm.h27 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 Dsecurity_engine.c552 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 Dmt_spm_sspm_notifier.c15 #define MT_SPM_MBOX(slot) MT_SPM_SSPM_MBOX_OFF((slot << 2UL)) argument
/trusted-firmware-a/plat/mediatek/mt8192/drivers/spm/notifier/
A Dmt_spm_sspm_notifier.c15 #define MT_SPM_MBOX(slot) MT_SPM_SSPM_MBOX_OFF((slot << 2UL)) argument
/trusted-firmware-a/drivers/ufs/
A Dufs.c207 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 DREADME.odt3 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 Dls1043a.rst.txt29 * PCIe2 (Lanes C) to mini-PCIe slot
30 * PCIe3 (Lanes D) to PCIe slot
A Dpoplar.rst.txt24 EXPANSION INTERFACE Linaro 96Boards Low Speed Expansion slot
/trusted-firmware-a/docs/plat/
A Dls1043a.rst29 * PCIe2 (Lanes C) to mini-PCIe slot
30 * PCIe3 (Lanes D) to PCIe slot
A Dpoplar.rst24 EXPANSION INTERFACE Linaro 96Boards Low Speed Expansion slot
/trusted-firmware-a/include/drivers/brcm/emmc/
A Demmc_csl_sd.h56 uint32_t slot; /* if the HC is locatd at slot 0 or slot 1 */ member
/trusted-firmware-a/plat/allwinner/common/
A Darisc_off.S79 l.nop 0x0 # (delay slot)
/trusted-firmware-a/plat/brcm/board/stingray/src/
A Dpaxb.c225 #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 Dsearchindex.js1 …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 Dchange-log.md.txt2312 - imx: Fix shift-overflow errors, the rdc memory region slot's offset,
/trusted-firmware-a/docs/
A Dchange-log.md2312 - imx: Fix shift-overflow errors, the rdc memory region slot's offset,
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex38523 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,

Completed in 166 milliseconds