Searched refs:master_id (Results 1 – 4 of 4) sorted by relevance
19 #define TEE_LL_MODE_CTRL_REG(master_id) (TEE_M0_MODE_CTRL_REG + 4 * (master_id)) argument92 static inline void apm_tee_ll_set_master_secure_mode(apm_ll_master_id_t master_id, apm_ll_secure_mo… in apm_tee_ll_set_master_secure_mode() argument94 REG_WRITE(TEE_LL_MODE_CTRL_REG(master_id), sec_mode); in apm_tee_ll_set_master_secure_mode()
11 void apm_tee_hal_set_master_secure_mode(apm_ll_master_id_t master_id, apm_ll_secure_mode_t sec_mode) in apm_tee_hal_set_master_secure_mode() argument13 apm_tee_ll_set_master_secure_mode(master_id, sec_mode); in apm_tee_hal_set_master_secure_mode()
40 void apm_tee_hal_set_master_secure_mode(apm_ll_master_id_t master_id, apm_ll_secure_mode_t sec_mode…