Searched refs:stm32_get_otp_index (Results 1 – 7 of 7) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/st/common/ |
A D | stm32mp_common.c | 101 int stm32_get_otp_index(const char *otp_name, uint32_t *otp_idx, in stm32_get_otp_index() function 117 if (stm32_get_otp_index(otp_name, &otp_idx, NULL) != 0) { in stm32_get_otp_value()
|
A D | stm32mp_trusted_boot.c | 39 if (stm32_get_otp_index(otp_name, &otp_idx, &otp_len) != 0) { in copy_hash_from_otp()
|
A D | stm32mp_crypto_lib.c | 513 if (stm32_get_otp_index(ENCKEY_OTP, &otp_idx, &otp_len) != 0) { in plat_get_enc_key_info()
|
/arm-trusted-firmware-2.8.0/plat/st/common/include/ |
A D | stm32mp_common.h | 41 int stm32_get_otp_index(const char *otp_name, uint32_t *otp_idx,
|
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/ |
A D | stm32mp1_usb_dfu.c | 187 if (stm32_get_otp_index(UID_OTP, &otp, &len) != 0) { in update_serial_num_string()
|
A D | bl2_plat_setup.c | 179 if (stm32_get_otp_index(MONOTONIC_OTP, &otp, NULL) != 0) { in update_monotonic_counter()
|
A D | stm32mp1_private.c | 669 if (stm32_get_otp_index(HW2_OTP, &otp, NULL) != 0) { in stm32_iwdg_shadow_update()
|
Completed in 23 milliseconds