Searched refs:otp_len (Results 1 – 4 of 4) sorted by relevance
43 int dt_find_otp_name(const char *name, uint32_t *otp, uint32_t *otp_len);
42 uint32_t *otp_len);
326 int dt_find_otp_name(const char *name, uint32_t *otp, uint32_t *otp_len) in dt_find_otp_name() argument362 if (otp_len != NULL) { in dt_find_otp_name()364 *otp_len = fdt32_to_cpu(*cuint) * CHAR_BIT; in dt_find_otp_name()
139 uint32_t *otp_len) in stm32_get_otp_index() argument144 return dt_find_otp_name(otp_name, otp_idx, otp_len); in stm32_get_otp_index()