Lines Matching refs:conf_info
158 const struct otpconf_info *conf_info; member
1032 const struct otpconf_info *conf_info = info_cb.conf_info; in otp_print_conf_image() local
1052 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()
1079 if (conf_info[i].length == 1) { in otp_print_conf_image()
1080 printf("0x%-9X", conf_info[i].bit_offset); in otp_print_conf_image()
1083 conf_info[i].bit_offset + conf_info[i].length - 1, in otp_print_conf_image()
1084 conf_info[i].bit_offset); in otp_print_conf_image()
1092 if (conf_info[i].value == OTP_REG_RESERVED) { in otp_print_conf_image()
1094 } else if (conf_info[i].value == OTP_REG_VALUE) { in otp_print_conf_image()
1095 printf(conf_info[i].information, otp_value); in otp_print_conf_image()
1097 } else if (conf_info[i].value == OTP_REG_VALID_BIT) { in otp_print_conf_image()
1110 printf(conf_info[i].information, valid_bit); in otp_print_conf_image()
1113 printf("%s\n", conf_info[i].information); in otp_print_conf_image()
1152 const struct otpconf_info *conf_info = info_cb.conf_info; in otp_print_conf_info() local
1169 if (input_offset != -1 && input_offset != conf_info[i].dw_offset) in otp_print_conf_info()
1171 dw_offset = conf_info[i].dw_offset; in otp_print_conf_info()
1172 bit_offset = conf_info[i].bit_offset; in otp_print_conf_info()
1173 mask = BIT(conf_info[i].length) - 1; in otp_print_conf_info()
1176 if (otp_value != conf_info[i].value && in otp_print_conf_info()
1177 conf_info[i].value != OTP_REG_RESERVED && in otp_print_conf_info()
1178 conf_info[i].value != OTP_REG_VALUE && in otp_print_conf_info()
1179 conf_info[i].value != OTP_REG_VALID_BIT) in otp_print_conf_info()
1183 if (conf_info[i].length == 1) { in otp_print_conf_info()
1184 printf("0x%-9X", conf_info[i].bit_offset); in otp_print_conf_info()
1187 conf_info[i].bit_offset + conf_info[i].length - 1, in otp_print_conf_info()
1188 conf_info[i].bit_offset); in otp_print_conf_info()
1192 if (conf_info[i].value == OTP_REG_RESERVED) { in otp_print_conf_info()
1194 } else if (conf_info[i].value == OTP_REG_VALUE) { in otp_print_conf_info()
1195 printf(conf_info[i].information, otp_value); in otp_print_conf_info()
1197 } else if (conf_info[i].value == OTP_REG_VALID_BIT) { in otp_print_conf_info()
1210 printf(conf_info[i].information, valid_bit); in otp_print_conf_info()
1213 printf("%s\n", conf_info[i].information); in otp_print_conf_info()
3351 info_cb.conf_info = a0_conf_info; in do_ast_otp()
3361 info_cb.conf_info = a1_conf_info; in do_ast_otp()
3373 info_cb.conf_info = a2_conf_info; in do_ast_otp()
3385 info_cb.conf_info = a3_conf_info; in do_ast_otp()