Searched refs:conf_info (Results 1 – 1 of 1) sorted by relevance
158 const struct otpconf_info *conf_info; member1032 const struct otpconf_info *conf_info = info_cb.conf_info; in otp_print_conf_image() local1052 dw_offset = conf_info[i].dw_offset; in otp_print_conf_image()1053 bit_offset = conf_info[i].bit_offset; in otp_print_conf_image()1054 mask = BIT(conf_info[i].length) - 1; in otp_print_conf_image()1058 if (conf_info[i].value == OTP_REG_VALID_BIT) { in otp_print_conf_image()1072 if (otp_value != conf_info[i].value && in otp_print_conf_image()1073 conf_info[i].value != OTP_REG_RESERVED && in otp_print_conf_image()1074 conf_info[i].value != OTP_REG_VALUE && in otp_print_conf_image()1075 conf_info[i].value != OTP_REG_VALID_BIT) in otp_print_conf_image()[all …]