Lines Matching refs:have_seeprom
1264 int have_seeprom; in check_extport() local
1291 have_seeprom = ahc_acquire_seeprom(ahc, &sd); in check_extport()
1292 if (have_seeprom) { in check_extport()
1302 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc, in check_extport()
1306 if (have_seeprom) in check_extport()
1307 have_seeprom = ahc_verify_cksum(sc); in check_extport()
1309 if (have_seeprom != 0 || sd.sd_chip == C56_66) { in check_extport()
1311 if (have_seeprom == 0) in check_extport()
1327 if (!have_seeprom) { in check_extport()
1351 have_seeprom = ahc_verify_cksum(sc); in check_extport()
1352 if (have_seeprom) in check_extport()
1363 if (!have_seeprom) { in check_extport()
1380 have_autoterm = have_seeprom; in check_extport()
1397 } else if (have_seeprom) { in check_extport()