Searched refs:stm32_get_otp_value_from_idx (Results 1 – 5 of 5) sorted by relevance
121 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
53 if (stm32_get_otp_value_from_idx(otp_idx + i, &otp_val) != 0) { in copy_hash_from_otp()
531 if (stm32_get_otp_value_from_idx(otp_idx + i, &otp_val) != 0) { in plat_get_enc_key_info()
44 int stm32_get_otp_value_from_idx(const uint32_t otp_idx, uint32_t *otp_val);
183 if (stm32_get_otp_value_from_idx(otp, &version) != 0) { in update_monotonic_counter()
Completed in 5 milliseconds