Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/st/common/include/
H A Dstm32mp_common.h59 int stm32_get_otp_value_from_idx(const uint32_t otp_idx, uint32_t *otp_val);
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_common.c162 if (stm32_get_otp_value_from_idx(otp_idx, otp_val) != 0) { in stm32_get_otp_value()
170 int stm32_get_otp_value_from_idx(const uint32_t otp_idx, uint32_t *otp_val) in stm32_get_otp_value_from_idx() function
H A Dstm32mp_trusted_boot.c54 if (stm32_get_otp_value_from_idx(otp_idx + i, &otp_val) != 0) { in copy_hash_from_otp()
H A Dstm32mp_crypto_lib.c541 if (stm32_get_otp_value_from_idx(otp_idx + i, &otp_val) != 0) { in plat_get_enc_key_info()
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dbl2_plat_setup.c184 if (stm32_get_otp_value_from_idx(otp, &version) != 0) { in update_monotonic_counter()
/rk3399_ARM-atf/docs/
H A Dchange-log.md3876 …- use stm32_get_otp_value_from_idx() in BL31 ([189db94](https://review.trustedfirmware.org/plugins…