Searched defs:otp_id (Results 1 – 2 of 2) sorted by relevance
146 static uint32_t otp_bank_offset(uint32_t otp_id) in otp_bank_offset()226 TEE_Result stm32_bsec_shadow_register(uint32_t otp_id) in stm32_bsec_shadow_register()267 TEE_Result stm32_bsec_read_otp(uint32_t *value, uint32_t otp_id) in stm32_bsec_read_otp()368 TEE_Result stm32_bsec_permanent_lock_otp(uint32_t otp_id) in stm32_bsec_permanent_lock_otp()463 TEE_Result stm32_bsec_set_sr_lock(uint32_t otp_id) in stm32_bsec_set_sr_lock()468 TEE_Result stm32_bsec_set_sw_lock(uint32_t otp_id) in stm32_bsec_set_sw_lock()473 TEE_Result stm32_bsec_set_sp_lock(uint32_t otp_id) in stm32_bsec_set_sp_lock()478 static TEE_Result read_bsec_lock(uint32_t otp_id, bool *locked, in read_bsec_lock()550 bool stm32_bsec_nsec_can_access_otp(uint32_t otp_id) in stm32_bsec_nsec_can_access_otp()557 static void enable_nsec_access(unsigned int otp_id) in enable_nsec_access()[all …]
18 uint32_t otp_id = args->a2; in bsec_main() local
Completed in 4 milliseconds