Searched refs:otp_val (Results 1 – 4 of 4) sorted by relevance
151 int stm32_get_otp_value(const char *otp_name, uint32_t *otp_val) in stm32_get_otp_value() argument156 assert(otp_val != NULL); in stm32_get_otp_value()162 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() argument174 assert(otp_val != NULL); in stm32_get_otp_value_from_idx()177 ret = stm32_otp_shadow_read(otp_val, otp_idx); in stm32_get_otp_value_from_idx()179 ret = stm32_otp_read(otp_val, otp_idx); in stm32_get_otp_value_from_idx()
51 uint32_t otp_val; in copy_hash_from_otp() local54 if (stm32_get_otp_value_from_idx(otp_idx + i, &otp_val) != 0) { in copy_hash_from_otp()59 tmp = bswap32(otp_val); in copy_hash_from_otp()
539 uint32_t otp_val; in plat_get_enc_key_info() local541 if (stm32_get_otp_value_from_idx(otp_idx + i, &otp_val) != 0) { in plat_get_enc_key_info()547 tmp = bswap32(otp_val); in plat_get_enc_key_info()
58 int stm32_get_otp_value(const char *otp_name, uint32_t *otp_val);59 int stm32_get_otp_value_from_idx(const uint32_t otp_idx, uint32_t *otp_val);