Lines Matching refs:ahc_outb
225 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_config()
229 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH); in aic7770_config()
230 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF); in aic7770_config()
251 ahc_outb(ahc, BCTL, ENABLE); in aic7770_config()
258 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd); in aic7770_chip_init()
259 ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime); in aic7770_chip_init()
260 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_chip_init()
261 ahc_outb(ahc, BCTL, ENABLE); in aic7770_chip_init()
330 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings); in aha2840_load_seeprom()
332 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in aha2840_load_seeprom()
333 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in aha2840_load_seeprom()
346 ahc_outb(ahc, SCSICONF, scsi_conf); in aha2840_load_seeprom()