Home
last modified time | relevance | path

Searched refs:STM32_BSEC_OTP_OFFSET (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-stm32mp/include/mach/
A Dstm32.h198 #define STM32_BSEC_OTP_OFFSET 0x80000000 macro
199 #define STM32_BSEC_OTP(id) (STM32_BSEC_OTP_OFFSET + (id) * 4)
/arch/arm/mach-stm32mp/
A Dbsec.c626 } 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