Lines Matching defs:have_seeprom
1257 int have_seeprom;
1284 have_seeprom = ahc_acquire_seeprom(ahc, &sd);
1285 if (have_seeprom) {
1295 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc,
1299 if (have_seeprom)
1300 have_seeprom = ahc_verify_cksum(sc);
1302 if (have_seeprom != 0 || sd.sd_chip == C56_66) {
1304 if (have_seeprom == 0)
1320 if (!have_seeprom) {
1344 have_seeprom = ahc_verify_cksum(sc);
1345 if (have_seeprom)
1356 if (!have_seeprom) {
1373 have_autoterm = have_seeprom;
1390 } else if (have_seeprom) {