Lines Matching refs:have_seeprom
511 int have_seeprom; in ahd_check_extport() local
515 have_seeprom = ahd_acquire_seeprom(ahd); in ahd_check_extport()
516 if (have_seeprom) { in ahd_check_extport()
552 have_seeprom = 0; in ahd_check_extport()
554 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport()
557 if (have_seeprom == 0) in ahd_check_extport()
566 if (!have_seeprom) { in ahd_check_extport()
598 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport()
599 if (have_seeprom) in ahd_check_extport()
605 if (have_seeprom != 0 in ahd_check_extport()
618 if (!have_seeprom) { in ahd_check_extport()