Searched refs:eeprom_present (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Daic7xxx_seeprom.c384 int eeprom_present; local
400 &eeprom_present);
423 &eeprom_present);
430 &eeprom_present);
451 ahc_name(ahc), eeprom_present ? "is" : "not");
586 int *enablePRI_high, int *eeprom_present)
598 *eeprom_present = brdctl & BRDDAT7;
608 int *eeprom_present)
643 *eeprom_present = (brdctl & BRDDAT7) ? 1 : 0;
648 int *externalcable_present, int *eeprom_present)
584 ahc_new_term_detect(struct ahc_softc *ahc, int *enableSEC_low, int *enableSEC_high, int *enablePRI_low, int *enablePRI_high, int *eeprom_present) argument
606 aic787X_cable_detect(struct ahc_softc *ahc, int *internal50_present, int *internal68_present, int *externalcable_present, int *eeprom_present) argument
647 aic785X_cable_detect(struct ahc_softc *ahc, int *internal50_present, int *externalcable_present, int *eeprom_present) argument
[all...]

Completed in 79 milliseconds