Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/st/stm32mp1/
Dstm32mp1_boot_device.c52 if ((nand_param & NAND_PARAM_STORED_IN_OTP) == 0U) { in get_data_from_otp()
Dstm32mp1_def.h487 #define NAND_PARAM_STORED_IN_OTP BIT(31) macro