Lines Matching refs:ahc_outb
231 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_config()
235 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH); in aic7770_config()
236 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF); in aic7770_config()
257 ahc_outb(ahc, BCTL, ENABLE); in aic7770_config()
264 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd); in aic7770_chip_init()
265 ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime); in aic7770_chip_init()
266 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_chip_init()
267 ahc_outb(ahc, BCTL, ENABLE); in aic7770_chip_init()
336 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings); in aha2840_load_seeprom()
338 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in aha2840_load_seeprom()
339 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in aha2840_load_seeprom()
352 ahc_outb(ahc, SCSICONF, scsi_conf); in aha2840_load_seeprom()