pci_softc         933 dev/ic/aic7xxxvar.h 	struct ahc_pci_softc pci_softc;
pci_softc        1036 dev/pci/ahc_pci.c 	ahc->bus_softc.pci_softc.devconfig =
pci_softc        1038 dev/pci/ahc_pci.c 	ahc->bus_softc.pci_softc.command =
pci_softc        1040 dev/pci/ahc_pci.c 	ahc->bus_softc.pci_softc.csize_lattime =
pci_softc        1042 dev/pci/ahc_pci.c 	ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0);
pci_softc        1043 dev/pci/ahc_pci.c 	ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ahc, DSPCISTATUS);
pci_softc        1049 dev/pci/ahc_pci.c 		ahc->bus_softc.pci_softc.optionmode = ahc_inb(ahc, OPTIONMODE);
pci_softc        1050 dev/pci/ahc_pci.c 		ahc->bus_softc.pci_softc.targcrccnt = ahc_inw(ahc, TARGCRCCNT);
pci_softc        1052 dev/pci/ahc_pci.c 		ahc->bus_softc.pci_softc.crccontrol1 =
pci_softc        1056 dev/pci/ahc_pci.c 		ahc->bus_softc.pci_softc.scbbaddr = ahc_inb(ahc, SCBBADDR);
pci_softc        1059 dev/pci/ahc_pci.c 		ahc->bus_softc.pci_softc.dff_thrsh = ahc_inb(ahc, DFF_THRSH);
pci_softc        1426 dev/pci/ahc_pci.c 	ahc_outb(ahc, DSCOMMAND0, ahc->bus_softc.pci_softc.dscommand0);
pci_softc        1427 dev/pci/ahc_pci.c 	ahc_outb(ahc, DSPCISTATUS, ahc->bus_softc.pci_softc.dspcistatus);
pci_softc        1433 dev/pci/ahc_pci.c 		ahc_outb(ahc, OPTIONMODE, ahc->bus_softc.pci_softc.optionmode);
pci_softc        1434 dev/pci/ahc_pci.c 		ahc_outw(ahc, TARGCRCCNT, ahc->bus_softc.pci_softc.targcrccnt);
pci_softc        1437 dev/pci/ahc_pci.c 			 ahc->bus_softc.pci_softc.crccontrol1);
pci_softc        1440 dev/pci/ahc_pci.c 		ahc_outb(ahc, SCBBADDR, ahc->bus_softc.pci_softc.scbbaddr);
pci_softc        1443 dev/pci/ahc_pci.c 		ahc_outb(ahc, DFF_THRSH, ahc->bus_softc.pci_softc.dff_thrsh);
pci_softc          68 dev/pci/pci.c  	sizeof(struct pci_softc), pcimatch, pciattach
pci_softc          83 dev/pci/pci.c  int pci_enumerate_bus(struct pci_softc *,
pci_softc         142 dev/pci/pci.c  	struct pci_softc *sc = (struct pci_softc *)self;
pci_softc         169 dev/pci/pci.c  	struct pci_softc *sc = (struct pci_softc *)arg;
pci_softc         241 dev/pci/pci.c  pci_probe_device(struct pci_softc *sc, pcitag_t tag,
pci_softc         406 dev/pci/pci.c  		    pci_enumerate_bus((struct pci_softc *)pcidev,
pci_softc         419 dev/pci/pci.c  pci_enumerate_bus(struct pci_softc *sc,
pci_softc         534 dev/pci/pci.c  	struct pci_softc *pci = NULL;
pci_softc          65 dev/pci/pcivar.h struct pci_softc;
pci_softc         168 dev/pci/pcivar.h struct pci_softc {
pci_softc         234 dev/pci/pcivar.h int	pci_probe_device(struct pci_softc *, pcitag_t tag,