Lines Matching refs:ahc_outb
229 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
233 ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
234 ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
259 ahc_outb(ahc, BCTL, ENABLE);
269 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd);
270 ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime);
271 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
272 ahc_outb(ahc, BCTL, ENABLE);
352 ahc_outb(ahc, TARG_SCSIRATE + i, target_settings);
354 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
355 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
368 ahc_outb(ahc, SCSICONF, scsi_conf);