Home
last modified time | relevance | path

Searched defs:otp (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/drivers/st/bsec/
H A Dbsec3.c33 static uint32_t otp_bank(uint32_t otp) in otp_bank()
42 static uint32_t otp_bit_mask(uint32_t otp) in otp_bit_mask()
71 static bool is_fuse_shadowed(uint32_t otp) in is_fuse_shadowed()
100 static uint32_t check_read_error(uint32_t otp) in check_read_error()
125 static uint32_t check_program_error(uint32_t otp) in check_program_error()
193 static uint32_t bsec_shadow_register(uint32_t otp) in bsec_shadow_register()
226 uint32_t bsec_write_otp(uint32_t val, uint32_t otp) in bsec_write_otp()
261 uint32_t bsec_program_otp(uint32_t val, uint32_t otp) in bsec_program_otp()
339 uint32_t bsec_set_sr_lock(uint32_t otp) in bsec_set_sr_lock()
357 uint32_t bsec_read_sr_lock(uint32_t otp, bool *value) in bsec_read_sr_lock()
[all …]
H A Dbsec2.c83 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()
[all …]
/rk3399_ARM-atf/plat/st/stm32mp1/include/
H A Dstm32mp1_private.h37 static inline uint32_t stm32_otp_read(uint32_t *val, uint32_t otp) in stm32_otp_read()
42 static inline uint32_t stm32_otp_shadow_read(uint32_t *val, uint32_t otp) in stm32_otp_shadow_read()
47 static inline uint32_t stm32_otp_write(uint32_t val, uint32_t otp) in stm32_otp_write()
52 static inline uint32_t stm32_otp_set_sr_lock(uint32_t otp) in stm32_otp_set_sr_lock()
57 static inline uint32_t stm32_otp_read_sw_lock(uint32_t otp, bool *value) in stm32_otp_read_sw_lock()
/rk3399_ARM-atf/plat/st/stm32mp2/include/
H A Dstm32mp2_private.h38 static inline uint32_t stm32_otp_read(uint32_t *val, uint32_t otp) in stm32_otp_read()
43 static inline uint32_t stm32_otp_shadow_read(uint32_t *val, uint32_t otp) in stm32_otp_shadow_read()
48 static inline uint32_t stm32_otp_write(uint32_t val, uint32_t otp) in stm32_otp_write()
53 static inline uint32_t stm32_otp_set_sr_lock(uint32_t otp) in stm32_otp_set_sr_lock()
58 static inline uint32_t stm32_otp_read_sw_lock(uint32_t otp, bool *value) in stm32_otp_read_sw_lock()
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dbl2_plat_setup.c174 uint32_t otp; in update_monotonic_counter() local
H A Dstm32mp1_private.c633 uint32_t otp; in stm32_iwdg_shadow_update() local
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_dt.c327 int dt_find_otp_name(const char *name, uint32_t *otp, uint32_t *otp_len) in dt_find_otp_name()
H A Dstm32mp_common.c194 uint32_t otp; in stm32_get_uid_otp() local