Lines Matching refs:eeprom_present
384 int eeprom_present; in configure_termination() local
400 &eeprom_present); in configure_termination()
423 &eeprom_present); in configure_termination()
430 &eeprom_present); in configure_termination()
451 ahc_name(ahc), eeprom_present ? "is" : "not"); in configure_termination()
586 int *enablePRI_high, int *eeprom_present) in ahc_new_term_detect() argument
598 *eeprom_present = brdctl & BRDDAT7; in ahc_new_term_detect()
608 int *eeprom_present) in aic787X_cable_detect() argument
643 *eeprom_present = (brdctl & BRDDAT7) ? 1 : 0; in aic787X_cable_detect()
648 int *externalcable_present, int *eeprom_present) in aic785X_cable_detect() argument
663 *eeprom_present = (ahc_inb(ahc, SPIOCAP) & EEPROM) ? 1 : 0; in aic785X_cable_detect()