Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/st/stm32mp1/
A Dstm32mp1_private.c395 uint32_t otp_value; in stm32_iwdg_get_otp_config() local
403 if (bsec_read_otp(&otp_value, HW2_OTP) != BSEC_OK) { in stm32_iwdg_get_otp_config()
407 if ((otp_value & BIT(iwdg_inst + HW2_OTP_IWDG_HW_POS)) != 0U) { in stm32_iwdg_get_otp_config()
411 if ((otp_value & BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STOP_POS)) != 0U) { in stm32_iwdg_get_otp_config()
415 if ((otp_value & BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STANDBY_POS)) != 0U) { in stm32_iwdg_get_otp_config()
/trusted-firmware-a/include/drivers/st/
A Dbsec.h202 uint32_t bsec_shadow_read_otp(uint32_t *otp_value, uint32_t word);
/trusted-firmware-a/drivers/st/bsec/
A Dbsec.c849 uint32_t bsec_shadow_read_otp(uint32_t *otp_value, uint32_t word) in bsec_shadow_read_otp() argument
859 result = bsec_read_otp(otp_value, word); in bsec_shadow_read_otp()

Completed in 5 milliseconds