Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/st/common/
A Dstm32mp_common.c121 if (stm32_get_otp_value_from_idx(otp_idx, otp_val) != 0) { in stm32_get_otp_value()
129 int stm32_get_otp_value_from_idx(const uint32_t otp_idx, uint32_t *otp_val) in stm32_get_otp_value_from_idx() function
A Dstm32mp_trusted_boot.c53 if (stm32_get_otp_value_from_idx(otp_idx + i, &otp_val) != 0) { in copy_hash_from_otp()
A Dstm32mp_crypto_lib.c531 if (stm32_get_otp_value_from_idx(otp_idx + i, &otp_val) != 0) { in plat_get_enc_key_info()
/arm-trusted-firmware-2.8.0/plat/st/common/include/
A Dstm32mp_common.h44 int stm32_get_otp_value_from_idx(const uint32_t otp_idx, uint32_t *otp_val);
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/
A Dbl2_plat_setup.c183 if (stm32_get_otp_value_from_idx(otp, &version) != 0) { in update_monotonic_counter()

Completed in 5 milliseconds