Lines Matching refs:ahc_outb
236 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_config()
240 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH); in aic7770_config()
241 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF); in aic7770_config()
266 ahc_outb(ahc, BCTL, ENABLE); in aic7770_config()
276 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd); in aic7770_chip_init()
277 ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime); in aic7770_chip_init()
278 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_chip_init()
279 ahc_outb(ahc, BCTL, ENABLE); in aic7770_chip_init()
360 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings); in aha2840_load_seeprom()
362 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in aha2840_load_seeprom()
363 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in aha2840_load_seeprom()
376 ahc_outb(ahc, SCSICONF, scsi_conf); in aha2840_load_seeprom()