Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_private.c610 if (stm32_get_otp_value(HW2_OTP, &otp_value) != 0) { in stm32_iwdg_get_otp_config()
636 if (stm32_get_otp_index(HW2_OTP, &otp, NULL) != 0) { in stm32_iwdg_shadow_update()
640 if (stm32_get_otp_value(HW2_OTP, &otp_value) != 0) { in stm32_iwdg_shadow_update()
H A Dstm32mp1_syscfg.c285 if (stm32_get_otp_value(HW2_OTP, &otp_value) != 0) { in stm32mp_syscfg_set_hslv()
H A Dstm32mp1_def.h418 #define HW2_OTP "hw2-otp" macro