Searched refs:STM32_BSEC_OTP_OFFSET (Results 1 – 2 of 2) sorted by relevance
198 #define STM32_BSEC_OTP_OFFSET 0x80000000 macro199 #define STM32_BSEC_OTP(id) (STM32_BSEC_OTP_OFFSET + (id) * 4)
626 } else if (offs >= STM32_BSEC_OTP_OFFSET) { in stm32mp_bsec_read()627 offs -= STM32_BSEC_OTP_OFFSET; in stm32mp_bsec_read()683 } else if (offs >= STM32_BSEC_OTP_OFFSET) { in stm32mp_bsec_write()684 offs -= STM32_BSEC_OTP_OFFSET; in stm32mp_bsec_write()
Completed in 7 milliseconds