Lines Matching refs:have_seeprom
519 int have_seeprom; in ahd_check_extport() local
523 have_seeprom = ahd_acquire_seeprom(ahd); in ahd_check_extport()
524 if (have_seeprom) { in ahd_check_extport()
560 have_seeprom = 0; in ahd_check_extport()
562 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport()
565 if (have_seeprom == 0) in ahd_check_extport()
574 if (!have_seeprom) { in ahd_check_extport()
606 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport()
607 if (have_seeprom) in ahd_check_extport()
613 if (have_seeprom != 0 in ahd_check_extport()
626 if (!have_seeprom) { in ahd_check_extport()