Home
last modified time | relevance | path

Searched refs:stm32_get_otp_value_from_idx (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/plat/st/common/include/
Dstm32mp_common.h50 int stm32_get_otp_value_from_idx(const uint32_t otp_idx, uint32_t *otp_val);
/trusted-firmware-a-latest/plat/st/common/
Dstm32mp_common.c156 if (stm32_get_otp_value_from_idx(otp_idx, otp_val) != 0) { in stm32_get_otp_value()
164 int stm32_get_otp_value_from_idx(const uint32_t otp_idx, uint32_t *otp_val) in stm32_get_otp_value_from_idx() function
Dstm32mp_trusted_boot.c54 if (stm32_get_otp_value_from_idx(otp_idx + i, &otp_val) != 0) { in copy_hash_from_otp()
Dstm32mp_crypto_lib.c540 if (stm32_get_otp_value_from_idx(otp_idx + i, &otp_val) != 0) { in plat_get_enc_key_info()
/trusted-firmware-a-latest/plat/st/stm32mp1/
Dbl2_plat_setup.c183 if (stm32_get_otp_value_from_idx(otp, &version) != 0) { in update_monotonic_counter()