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