Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplatform_config.h121 #define OTP_MAX_SIZE (STM32MP1_OTP_MAX_ID + 1U) macro
/optee_os/core/drivers/
H A Dstm32_bsec.c813 if (otp_id + size > OTP_MAX_SIZE) in bsec_dt_otp_nsec_access()