Searched refs:stm32_get_otp_index (Results 1 – 6 of 6) sorted by relevance
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_common.c | 142 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 D | stm32mp_trusted_boot.c | 40 if (stm32_get_otp_index(otp_name, &otp_idx, &otp_len) != 0) { in copy_hash_from_otp()
|
| H A D | stm32mp_crypto_lib.c | 523 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 D | stm32mp_common.h | 56 int stm32_get_otp_index(const char *otp_name, uint32_t *otp_idx,
|
| /rk3399_ARM-atf/plat/st/stm32mp1/ |
| H A D | stm32mp1_private.c | 636 if (stm32_get_otp_index(HW2_OTP, &otp, NULL) != 0) { in stm32_iwdg_shadow_update()
|
| H A D | bl2_plat_setup.c | 180 if (stm32_get_otp_index(MONOTONIC_OTP, &otp, NULL) != 0) { in update_monotonic_counter()
|