Lines Matching refs:ahc_outb

809 		ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
810 ahc_outb(ahc, OPTIONMODE,
812 ahc_outb(ahc, SFUNCT, sfunct);
815 ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN
840 ahc_outb(ahc, DSCOMMAND0, dscommand0);
875 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
878 ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX);
880 ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100);
904 ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
939 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
942 ahc_outb(ahc, SFUNCT, sfunct);
1015 ahc_outb(ahc, SCBBADDR, ahc_get_pci_function(ahc->dev_softc));
1034 ahc_outb(ahc, DSCOMMAND0, dscommand0);
1097 ahc_outb(ahc, SEQCTL, 0);
1098 ahc_outb(ahc, CLRINT, CLRPARERR);
1099 ahc_outb(ahc, CLRINT, CLRBRKADRINT);
1109 ahc_outb(ahc, CLRINT, CLRPARERR);
1110 ahc_outb(ahc, CLRINT, CLRBRKADRINT);
1146 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
1148 ahc_outb(ahc, CLRINT, CLRPARERR);
1149 ahc_outb(ahc, CLRINT, CLRBRKADRINT);
1212 ahc_outb(ahc, HCNTRL, hcntrl|PAUSE);
1221 ahc_outb(ahc, CLRINT, CLRPARERR);
1223 ahc_outb(ahc, SEQCTL, PERRORDIS);
1224 ahc_outb(ahc, SCBPTR, 0);
1242 ahc_outb(ahc, CLRINT, CLRPARERR);
1243 ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
1328 ahc_outb(ahc, SCBPTR, 2);
1352 ahc_outb(ahc, CLRINT, CLRPARERR);
1353 ahc_outb(ahc, CLRINT, CLRBRKADRINT);
1455 ahc_outb(ahc, TARG_OFFSET + i, offset);
1473 ahc_outb(ahc, TARG_SCSIRATE + i, scsirate);
1512 ahc_outb(ahc, SCSICONF, scsi_conf);
1513 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
1514 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
1515 ahc_outb(ahc, ULTRA_ENB, ultraenb & 0xff);
1516 ahc_outb(ahc, ULTRA_ENB + 1, (ultraenb >> 8) & 0xff);
1700 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
1737 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
1818 ahc_outb(ahc, SPIOCAP, spiocap);
1819 ahc_outb(ahc, BRDCTL, BRDRW|BRDCS);
1822 ahc_outb(ahc, BRDCTL, 0);
1880 ahc_outb(ahc, BRDCTL, brdctl);
1883 ahc_outb(ahc, BRDCTL, brdctl);
1889 ahc_outb(ahc, BRDCTL, brdctl);
1895 ahc_outb(ahc, BRDCTL, brdctl);
1913 ahc_outb(ahc, BRDCTL, brdctl);
1916 ahc_outb(ahc, BRDCTL, 0);
1967 ahc_outb(ahc, CLRINT, CLRPARERR);
1981 ahc_outb(ahc, SEQCTL, ahc->seqctl);
1989 ahc_outb(ahc, DSCOMMAND0, ahc->bus_softc.pci_softc.dscommand0);
1990 ahc_outb(ahc, DSPCISTATUS, ahc->bus_softc.pci_softc.dspcistatus);
1995 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
1996 ahc_outb(ahc, OPTIONMODE, ahc->bus_softc.pci_softc.optionmode);
1998 ahc_outb(ahc, SFUNCT, sfunct);
1999 ahc_outb(ahc, CRCCONTROL1,
2003 ahc_outb(ahc, SCBBADDR, ahc->bus_softc.pci_softc.scbbaddr);
2006 ahc_outb(ahc, DFF_THRSH, ahc->bus_softc.pci_softc.dff_thrsh);