Searched refs:STM32_BSEC_OTP_OFFSET (Results 1 – 4 of 4) sorted by relevance
128 #define STM32_BSEC_OTP_OFFSET 0x80000000 macro129 #define STM32_BSEC_OTP(id) (STM32_BSEC_OTP_OFFSET + (id) * 4)
78 ret = misc_write(dev, word * 4 + STM32_BSEC_OTP_OFFSET, in fuse_prog()122 ret = misc_read(dev, word * 4 + STM32_BSEC_OTP_OFFSET, val, 4); in fuse_sense()
406 } else if (offs >= STM32_BSEC_OTP_OFFSET) { in stm32mp_bsec_read()407 offs -= STM32_BSEC_OTP_OFFSET; in stm32mp_bsec_read()448 } else if (offs >= STM32_BSEC_OTP_OFFSET) { in stm32mp_bsec_write()449 offs -= STM32_BSEC_OTP_OFFSET; in stm32mp_bsec_write()
173 ret = misc_read(dev, offset + STM32_BSEC_OTP_OFFSET, buffer, *size); in dfu_otp_read()
Completed in 5 milliseconds