Searched refs:STM32_BSEC_OTP_OFFSET (Results 1 – 4 of 4) sorted by relevance
112 #define STM32_BSEC_OTP_OFFSET 0x80000000 macro113 #define STM32_BSEC_OTP(id) (STM32_BSEC_OTP_OFFSET + (id) * 4)
363 if (offs >= STM32_BSEC_OTP_OFFSET) { in stm32mp_bsec_read()364 offs -= STM32_BSEC_OTP_OFFSET; in stm32mp_bsec_read()400 if (offs >= STM32_BSEC_OTP_OFFSET) { in stm32mp_bsec_write()401 offs -= STM32_BSEC_OTP_OFFSET; in stm32mp_bsec_write()
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()
1022 ret = misc_read(dev, offset + STM32_BSEC_OTP_OFFSET, buffer, *size); in dfu_otp_read()