Symbol: pci_softc
sys/dev/acpica/acpi_pci.c
119
DEFINE_CLASS_1(pci, acpi_pci_driver, acpi_pci_methods, sizeof(struct pci_softc),
sys/dev/aic7xxx/aic7xxx.h
919
struct ahc_pci_softc pci_softc;
sys/dev/aic7xxx/aic7xxx_pci.c
1000
ahc->bus_softc.pci_softc.devconfig =
sys/dev/aic7xxx/aic7xxx_pci.c
1002
ahc->bus_softc.pci_softc.command =
sys/dev/aic7xxx/aic7xxx_pci.c
1004
ahc->bus_softc.pci_softc.csize_lattime =
sys/dev/aic7xxx/aic7xxx_pci.c
1006
ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0);
sys/dev/aic7xxx/aic7xxx_pci.c
1007
ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ahc, DSPCISTATUS);
sys/dev/aic7xxx/aic7xxx_pci.c
1013
ahc->bus_softc.pci_softc.optionmode = ahc_inb(ahc, OPTIONMODE);
sys/dev/aic7xxx/aic7xxx_pci.c
1014
ahc->bus_softc.pci_softc.targcrccnt = ahc_inw(ahc, TARGCRCCNT);
sys/dev/aic7xxx/aic7xxx_pci.c
1016
ahc->bus_softc.pci_softc.crccontrol1 =
sys/dev/aic7xxx/aic7xxx_pci.c
1020
ahc->bus_softc.pci_softc.scbbaddr = ahc_inb(ahc, SCBBADDR);
sys/dev/aic7xxx/aic7xxx_pci.c
1023
ahc->bus_softc.pci_softc.dff_thrsh = ahc_inb(ahc, DFF_THRSH);
sys/dev/aic7xxx/aic7xxx_pci.c
2077
ahc_outb(ahc, DSCOMMAND0, ahc->bus_softc.pci_softc.dscommand0);
sys/dev/aic7xxx/aic7xxx_pci.c
2078
ahc_outb(ahc, DSPCISTATUS, ahc->bus_softc.pci_softc.dspcistatus);
sys/dev/aic7xxx/aic7xxx_pci.c
2084
ahc_outb(ahc, OPTIONMODE, ahc->bus_softc.pci_softc.optionmode);
sys/dev/aic7xxx/aic7xxx_pci.c
2085
ahc_outw(ahc, TARGCRCCNT, ahc->bus_softc.pci_softc.targcrccnt);
sys/dev/aic7xxx/aic7xxx_pci.c
2088
ahc->bus_softc.pci_softc.crccontrol1);
sys/dev/aic7xxx/aic7xxx_pci.c
2091
ahc_outb(ahc, SCBBADDR, ahc->bus_softc.pci_softc.scbbaddr);
sys/dev/aic7xxx/aic7xxx_pci.c
2094
ahc_outb(ahc, DFF_THRSH, ahc->bus_softc.pci_softc.dff_thrsh);
sys/dev/aic7xxx/aic7xxx_pci.c
2118
ahc->bus_softc.pci_softc.devconfig, /*bytes*/4);
sys/dev/aic7xxx/aic7xxx_pci.c
2120
ahc->bus_softc.pci_softc.command, /*bytes*/1);
sys/dev/aic7xxx/aic7xxx_pci.c
2122
ahc->bus_softc.pci_softc.csize_lattime,
sys/dev/ofw/ofw_pci.c
63
DEFINE_CLASS_1(pci, ofw_pci_driver, ofw_pci_methods, sizeof(struct pci_softc),
sys/dev/pci/pci.c
225
DEFINE_CLASS_0(pci, pci_driver, pci_methods, sizeof(struct pci_softc));
sys/dev/pci/pci.c
4569
struct pci_softc *sc;
sys/dev/pci/pci.c
4615
struct pci_softc *sc;
sys/dev/pci/pci.c
6031
struct pci_softc *sc;
sys/dev/pci/pci.c
6048
struct pci_softc *sc = device_get_softc(bus);
sys/dev/thunderbolt/tb_pcib.c
624
DEFINE_CLASS_1(pci, tb_pci_driver, tb_pci_methods, sizeof(struct pci_softc),
sys/powerpc/ofw/ofw_pcibus.c
101
sizeof(struct pci_softc), pci_driver);
sys/powerpc/pseries/plpar_pcibus.c
70
sizeof(struct pci_softc), ofw_pcibus_driver);