Lines Matching defs:otp
58 static u32 bsec_check_error(u32 base, u32 otp) in bsec_check_error()
80 static bool bsec_read_lock(u32 address, u32 otp) in bsec_read_lock()
97 static bool bsec_read_SR_lock(u32 base, u32 otp) in bsec_read_SR_lock()
108 static bool bsec_read_SP_lock(u32 base, u32 otp) in bsec_read_SP_lock()
119 static bool bsec_read_SW_lock(u32 base, u32 otp) in bsec_read_SW_lock()
155 static int bsec_shadow_register(u32 base, u32 otp) in bsec_shadow_register()
198 static int bsec_read_shadow(u32 base, u32 *val, u32 otp) in bsec_read_shadow()
212 static int bsec_write_shadow(u32 base, u32 val, u32 otp) in bsec_write_shadow()
231 static int bsec_program_otp(long base, u32 val, u32 otp) in bsec_program_otp()
279 static int stm32mp_bsec_read_otp(struct udevice *dev, u32 *val, u32 otp) in stm32mp_bsec_read_otp()
304 static int stm32mp_bsec_read_shadow(struct udevice *dev, u32 *val, u32 otp) in stm32mp_bsec_read_shadow()
311 static int stm32mp_bsec_write_otp(struct udevice *dev, u32 val, u32 otp) in stm32mp_bsec_write_otp()
318 static int stm32mp_bsec_write_shadow(struct udevice *dev, u32 val, u32 otp) in stm32mp_bsec_write_shadow()
332 int otp; in stm32mp_bsec_read() local
367 int otp; in stm32mp_bsec_write() local