Lines Matching defs:have_seeprom
1339 int have_seeprom;
1366 have_seeprom = ahc_acquire_seeprom(ahc, &sd);
1367 if (have_seeprom) {
1376 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc,
1380 if (have_seeprom)
1381 have_seeprom = ahc_verify_cksum(sc);
1383 if (have_seeprom != 0 || sd.sd_chip == C56_66) {
1385 if (have_seeprom == 0)
1401 if (!have_seeprom) {
1425 have_seeprom = ahc_verify_cksum(sc);
1426 if (have_seeprom)
1437 if (!have_seeprom) {
1454 have_autoterm = have_seeprom;
1471 } else if (have_seeprom) {