Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-stm32mp/
H A Dbsec.c12 #define BSEC_OTP_MAX_VALUE 95 macro
340 if (otp < 0 || (otp + nb_otp - 1) > BSEC_OTP_MAX_VALUE) { in stm32mp_bsec_read()
342 BSEC_OTP_MAX_VALUE); in stm32mp_bsec_read()
375 if (otp < 0 || (otp + nb_otp - 1) > BSEC_OTP_MAX_VALUE) { in stm32mp_bsec_write()
377 BSEC_OTP_MAX_VALUE); in stm32mp_bsec_write()