Lines Matching refs:have_seeprom
509 int have_seeprom; in ahd_check_extport() local
513 have_seeprom = ahd_acquire_seeprom(ahd); in ahd_check_extport()
514 if (have_seeprom) { in ahd_check_extport()
550 have_seeprom = 0; in ahd_check_extport()
552 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport()
555 if (have_seeprom == 0) in ahd_check_extport()
564 if (!have_seeprom) { in ahd_check_extport()
596 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport()
597 if (have_seeprom) in ahd_check_extport()
603 if (have_seeprom != 0 in ahd_check_extport()
616 if (!have_seeprom) { in ahd_check_extport()