Lines Matching refs:ahc_outb

884 		ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
885 ahc_outb(ahc, OPTIONMODE,
887 ahc_outb(ahc, SFUNCT, sfunct);
890 ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN
914 ahc_outb(ahc, DSCOMMAND0, dscommand0);
948 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
951 ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX);
953 ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100);
977 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
1012 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
1015 ahc_outb(ahc, SFUNCT, sfunct);
1097 ahc_outb(ahc, SCBBADDR, aic_get_pci_function(ahc->dev_softc));
1116 ahc_outb(ahc, DSCOMMAND0, dscommand0);
1179 ahc_outb(ahc, SEQCTL, 0);
1180 ahc_outb(ahc, CLRINT, CLRPARERR);
1181 ahc_outb(ahc, CLRINT, CLRBRKADRINT);
1191 ahc_outb(ahc, CLRINT, CLRPARERR);
1192 ahc_outb(ahc, CLRINT, CLRBRKADRINT);
1228 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
1230 ahc_outb(ahc, CLRINT, CLRPARERR);
1231 ahc_outb(ahc, CLRINT, CLRBRKADRINT);
1294 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE);
1303 ahc_outb(ahc, CLRINT, CLRPARERR);
1305 ahc_outb(ahc, SEQCTL, PERRORDIS);
1306 ahc_outb(ahc, SCBPTR, 0);
1324 ahc_outb(ahc, CLRINT, CLRPARERR);
1325 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
1409 ahc_outb(ahc, SCBPTR, 2);
1433 ahc_outb(ahc, CLRINT, CLRPARERR);
1434 ahc_outb(ahc, CLRINT, CLRBRKADRINT);
1536 ahc_outb(ahc, TARG_OFFSET + i, offset);
1554 ahc_outb(ahc, TARG_SCSIRATE + i, scsirate);
1593 ahc_outb(ahc, SCSICONF, scsi_conf);
1594 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
1595 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
1596 ahc_outb(ahc, ULTRA_ENB, ultraenb & 0xff);
1597 ahc_outb(ahc, ULTRA_ENB + 1, (ultraenb >> 8) & 0xff);
1781 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
1818 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
1899 ahc_outb(ahc, SPIOCAP, spiocap);
1900 ahc_outb(ahc, BRDCTL, BRDRW|BRDCS);
1903 ahc_outb(ahc, BRDCTL, 0);
1961 ahc_outb(ahc, BRDCTL, brdctl);
1964 ahc_outb(ahc, BRDCTL, brdctl);
1970 ahc_outb(ahc, BRDCTL, brdctl);
1976 ahc_outb(ahc, BRDCTL, brdctl);
1994 ahc_outb(ahc, BRDCTL, brdctl);
1997 ahc_outb(ahc, BRDCTL, 0);
2052 ahc_outb(ahc, CLRINT, CLRPARERR);
2069 ahc_outb(ahc, SEQCTL, ahc->seqctl);
2077 ahc_outb(ahc, DSCOMMAND0, ahc->bus_softc.pci_softc.dscommand0);
2078 ahc_outb(ahc, DSPCISTATUS, ahc->bus_softc.pci_softc.dspcistatus);
2083 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
2084 ahc_outb(ahc, OPTIONMODE, ahc->bus_softc.pci_softc.optionmode);
2086 ahc_outb(ahc, SFUNCT, sfunct);
2087 ahc_outb(ahc, CRCCONTROL1,
2091 ahc_outb(ahc, SCBBADDR, ahc->bus_softc.pci_softc.scbbaddr);
2094 ahc_outb(ahc, DFF_THRSH, ahc->bus_softc.pci_softc.dff_thrsh);