Home | History | Annotate | Download | only in pci

Lines Matching defs:have_seeprom

672 	int	have_seeprom;
676 have_seeprom = ahd_acquire_seeprom(ahd);
677 if (have_seeprom) {
717 have_seeprom = 0;
719 have_seeprom = ahd_verify_cksum(sc);
721 if (have_seeprom == 0)
730 if (!have_seeprom) {
762 have_seeprom = ahd_verify_cksum(sc);
763 if (have_seeprom)
769 if ((have_seeprom != 0) && (ahd_debug & AHD_DUMP_SEEPROM) != 0) {
781 if (!have_seeprom) {