Searched refs:strap_info (Results 1 – 1 of 1) sorted by relevance
122 u32 strap_info; member156 const struct otpstrap_info *strap_info; member1221 const struct otpstrap_info *strap_info = info_cb.strap_info; in otp_print_strap_image() local1243 if (strap_info[i].bit_offset > 31) { in otp_print_strap_image()1245 bit_offset = strap_info[i].bit_offset - 32; in otp_print_strap_image()1248 bit_offset = strap_info[i].bit_offset; in otp_print_strap_image()1251 mask = BIT(strap_info[i].length) - 1; in otp_print_strap_image()1261 if (otp_value != strap_info[i].value && in otp_print_strap_image()1262 strap_info[i].value != OTP_REG_RESERVED) in otp_print_strap_image()1265 if (strap_info[i].length == 1) { in otp_print_strap_image()[all …]