Lines Matching defs:otp
83 static void enable_non_secure_access(uint32_t otp) in enable_non_secure_access()
92 static bool non_secure_can_access(uint32_t otp) in non_secure_can_access()
104 uint32_t otp; in bsec_dt_otp_nsec_access() local
185 static uint32_t otp_bank_offset(uint32_t otp) in otp_bank_offset()
193 static uint32_t otp_bit_mask(uint32_t otp) in otp_bit_mask()
205 static uint32_t bsec_check_error(uint32_t otp, bool check_disturbed) in bsec_check_error()
260 static uint32_t bsec_shadow_register(uint32_t otp) in bsec_shadow_register()
318 uint32_t bsec_read_otp(uint32_t *val, uint32_t otp) in bsec_read_otp()
340 uint32_t bsec_write_otp(uint32_t val, uint32_t otp) in bsec_write_otp()
378 uint32_t bsec_program_otp(uint32_t val, uint32_t otp) in bsec_program_otp()
453 uint32_t bsec_permanent_lock_otp(uint32_t otp) in bsec_permanent_lock_otp()
574 uint32_t bsec_set_sr_lock(uint32_t otp) in bsec_set_sr_lock()
600 uint32_t bsec_read_sr_lock(uint32_t otp, bool *value) in bsec_read_sr_lock()
622 uint32_t bsec_set_sw_lock(uint32_t otp) in bsec_set_sw_lock()
648 uint32_t bsec_read_sw_lock(uint32_t otp, bool *value) in bsec_read_sw_lock()
670 uint32_t bsec_set_sp_lock(uint32_t otp) in bsec_set_sp_lock()
696 uint32_t bsec_read_sp_lock(uint32_t otp, bool *value) in bsec_read_sp_lock()
719 static uint32_t bsec_read_permanent_lock(uint32_t otp, bool *value) in bsec_read_permanent_lock()
785 uint32_t bsec_shadow_read_otp(uint32_t *val, uint32_t otp) in bsec_shadow_read_otp()
809 uint32_t bsec_check_nsec_access_rights(uint32_t otp) in bsec_check_nsec_access_rights()