Lines Matching refs:eeprom_present
616 int *eeprom_present);
620 int *eeprom_present);
623 int *eeprom_present);
1546 int eeprom_present; in configure_termination() local
1562 &eeprom_present); in configure_termination()
1585 &eeprom_present); in configure_termination()
1592 &eeprom_present); in configure_termination()
1613 ahc_name(ahc), eeprom_present ? "is" : "not"); in configure_termination()
1748 int *enablePRI_high, int *eeprom_present) in ahc_new_term_detect() argument
1760 *eeprom_present = brdctl & BRDDAT7; in ahc_new_term_detect()
1770 int *eeprom_present) in aic787X_cable_detect() argument
1805 *eeprom_present = (brdctl & BRDDAT7) ? 1 : 0; in aic787X_cable_detect()
1810 int *externalcable_present, int *eeprom_present) in aic785X_cable_detect() argument
1828 *eeprom_present = (ahc_inb(ahc, SPIOCAP) & EEPROM) ? 1 : 0; in aic785X_cable_detect()