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