bus_softc         984 dev/ic/aic7xxxvar.h 	union ahc_bus_softc	  bus_softc;
bus_softc        1036 dev/pci/ahc_pci.c 	ahc->bus_softc.pci_softc.devconfig =
bus_softc        1038 dev/pci/ahc_pci.c 	ahc->bus_softc.pci_softc.command =
bus_softc        1040 dev/pci/ahc_pci.c 	ahc->bus_softc.pci_softc.csize_lattime =
bus_softc        1042 dev/pci/ahc_pci.c 	ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0);
bus_softc        1043 dev/pci/ahc_pci.c 	ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ahc, DSPCISTATUS);
bus_softc        1049 dev/pci/ahc_pci.c 		ahc->bus_softc.pci_softc.optionmode = ahc_inb(ahc, OPTIONMODE);
bus_softc        1050 dev/pci/ahc_pci.c 		ahc->bus_softc.pci_softc.targcrccnt = ahc_inw(ahc, TARGCRCCNT);
bus_softc        1052 dev/pci/ahc_pci.c 		ahc->bus_softc.pci_softc.crccontrol1 =
bus_softc        1056 dev/pci/ahc_pci.c 		ahc->bus_softc.pci_softc.scbbaddr = ahc_inb(ahc, SCBBADDR);
bus_softc        1059 dev/pci/ahc_pci.c 		ahc->bus_softc.pci_softc.dff_thrsh = ahc_inb(ahc, DFF_THRSH);
bus_softc        1426 dev/pci/ahc_pci.c 	ahc_outb(ahc, DSCOMMAND0, ahc->bus_softc.pci_softc.dscommand0);
bus_softc        1427 dev/pci/ahc_pci.c 	ahc_outb(ahc, DSPCISTATUS, ahc->bus_softc.pci_softc.dspcistatus);
bus_softc        1433 dev/pci/ahc_pci.c 		ahc_outb(ahc, OPTIONMODE, ahc->bus_softc.pci_softc.optionmode);
bus_softc        1434 dev/pci/ahc_pci.c 		ahc_outw(ahc, TARGCRCCNT, ahc->bus_softc.pci_softc.targcrccnt);
bus_softc        1437 dev/pci/ahc_pci.c 			 ahc->bus_softc.pci_softc.crccontrol1);
bus_softc        1440 dev/pci/ahc_pci.c 		ahc_outb(ahc, SCBBADDR, ahc->bus_softc.pci_softc.scbbaddr);
bus_softc        1443 dev/pci/ahc_pci.c 		ahc_outb(ahc, DFF_THRSH, ahc->bus_softc.pci_softc.dff_thrsh);