Lines Matching refs:ahc_inb
167 if (ahc_inb(ahc, SCB_BASE) == 'A' in ahc_check_extport()
168 && ahc_inb(ahc, SCB_BASE + 1) == 'D' in ahc_check_extport()
169 && ahc_inb(ahc, SCB_BASE + 2) == 'P' in ahc_check_extport()
170 && ahc_inb(ahc, SCB_BASE + 3) == 'T') { in ahc_check_extport()
179 *sc_data = ahc_inb(ahc, SRAM_BASE + j) in ahc_check_extport()
180 | ahc_inb(ahc, SRAM_BASE + j + 1) << 8; in ahc_check_extport()
219 if ((ahc_inb(ahc, SPIOCAP) & SSPIOCPS) == 0) in ahc_check_extport()
650 spiocap = ahc_inb(ahc, SPIOCAP); in aic785X_cable_detect()
656 brdctl = ahc_inb(ahc, BRDCTL); in aic785X_cable_detect()
660 *eeprom_present = (ahc_inb(ahc, SPIOCAP) & EEPROM) ? 1 : 0; in aic785X_cable_detect()
669 && (ahc_inb(ahc, SPIOCAP) & SEEPROM) == 0) in ahc_acquire_seeprom()
747 value = ahc_inb(ahc, BRDCTL); in read_brdctl()