Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_common.c142 int stm32_get_otp_index(const char *otp_name, uint32_t *otp_idx, in stm32_get_otp_index() function
158 if (stm32_get_otp_index(otp_name, &otp_idx, NULL) != 0) { in stm32_get_otp_value()
197 if (stm32_get_otp_index(UID_OTP, &otp, &len) != 0) { in stm32_get_uid_otp()
H A Dstm32mp_trusted_boot.c40 if (stm32_get_otp_index(otp_name, &otp_idx, &otp_len) != 0) { in copy_hash_from_otp()
H A Dstm32mp_crypto_lib.c523 if (stm32_get_otp_index(ENCKEY_OTP, &otp_idx, &otp_len) != 0) { in plat_get_enc_key_info()
/rk3399_ARM-atf/plat/st/common/include/
H A Dstm32mp_common.h56 int stm32_get_otp_index(const char *otp_name, uint32_t *otp_idx,
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_private.c636 if (stm32_get_otp_index(HW2_OTP, &otp, NULL) != 0) { in stm32_iwdg_shadow_update()
H A Dbl2_plat_setup.c180 if (stm32_get_otp_index(MONOTONIC_OTP, &otp, NULL) != 0) { in update_monotonic_counter()