Lines Matching defs:otp

70 static bool bsec_read_lock(u32 address, u32 otp)  in bsec_read_lock()
87 static u32 bsec_check_error(u32 base, u32 otp) in bsec_check_error()
109 static bool bsec_read_SR_lock(u32 base, u32 otp) in bsec_read_SR_lock()
120 static bool bsec_read_SP_lock(u32 base, u32 otp) in bsec_read_SP_lock()
131 static bool bsec_read_SW_lock(u32 base, u32 otp) in bsec_read_SW_lock()
167 static int bsec_shadow_register(struct udevice *dev, u32 base, u32 otp) in bsec_shadow_register()
211 static int bsec_read_shadow(struct udevice *dev, u32 base, u32 *val, u32 otp) in bsec_read_shadow()
225 static int bsec_write_shadow(struct udevice *dev, u32 base, u32 val, u32 otp) in bsec_write_shadow()
244 static int bsec_program_otp(struct udevice *dev, long base, u32 val, u32 otp) in bsec_program_otp()
292 static int stm32mp_bsec_read_otp(struct udevice *dev, u32 *val, u32 otp) in stm32mp_bsec_read_otp()
325 static int stm32mp_bsec_read_shadow(struct udevice *dev, u32 *val, u32 otp) in stm32mp_bsec_read_shadow()
339 static int stm32mp_bsec_read_lock(struct udevice *dev, u32 *val, u32 otp) in stm32mp_bsec_read_lock()
349 static int stm32mp_bsec_write_otp(struct udevice *dev, u32 val, u32 otp) in stm32mp_bsec_write_otp()
364 static int stm32mp_bsec_write_shadow(struct udevice *dev, u32 val, u32 otp) in stm32mp_bsec_write_shadow()
378 static int stm32mp_bsec_write_lock(struct udevice *dev, u32 val, u32 otp) in stm32mp_bsec_write_lock()
400 int otp; in stm32mp_bsec_read() local
442 int otp; in stm32mp_bsec_write() local
492 int otp; in stm32mp_bsec_probe() local