Searched defs:slot (Results 1 – 13 of 13) sorted by relevance
31 int sspm_mbox_read(uint32_t slot, uint32_t *data, uint32_t len) in sspm_mbox_read()46 int sspm_mbox_write(uint32_t slot, uint32_t *data, uint32_t len) in sspm_mbox_write()
14 #define MT_SPM_MBOX(slot) MT_SPM_SSPM_MBOX_OFF((slot << 2UL)) argument
15 #define MT_SPM_MBOX(slot) MT_SPM_SSPM_MBOX_OFF((slot << 2UL)) argument
17 #define MT_SPM_MBOX(slot) MT_SPM_SSPM_MBOX_OFF((slot<<2UL)) argument27 #define MT_SPM_MBOX_OFFSET(slot) MT_SPM_MBOX((slot + 4)) argument
19 uint8_t slot; member
552 for (int slot = 0; slot < TEGRA_SE_AES_KEYSLOT_COUNT; slot++) { in tegra_se_aeskeytable_context_save() local645 for (int slot = 0; slot < TEGRA_SE_RSA_KEYSLOT_COUNT; slot++) { in tegra_se_lp_rsakeytable_context_save() local715 for (int slot = 0; slot < TEGRA_SE_PKA1_KEYSLOT_COUNT; slot++) { in tegra_se_pkakeytable_context_save() local
56 uint32_t slot; /* if the HC is locatd at slot 0 or slot 1 */ member
599 int slot; in ufs_send_request() local621 int slot, result; in ufs_check_resp() local
50 #define MT_SPM_SYSRAM_SLOT(slot) ((slot) << 2u) argument
225 #define EP_CONFIG_VAL(bus_no, slot, fn, where) \ argument