Searched refs:pci_softc (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/dev/ofw/
H A Dofw_pci.c63 DEFINE_CLASS_1(pci, ofw_pci_driver, ofw_pci_methods, sizeof(struct pci_softc),
/freebsd-current/sys/powerpc/pseries/
H A Dplpar_pcibus.c70 sizeof(struct pci_softc), ofw_pcibus_driver);
/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx_pci.c1000 ahc->bus_softc.pci_softc.devconfig =
1002 ahc->bus_softc.pci_softc.command =
1004 ahc->bus_softc.pci_softc.csize_lattime =
1006 ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0);
1007 ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ahc, DSPCISTATUS);
1013 ahc->bus_softc.pci_softc.optionmode = ahc_inb(ahc, OPTIONMODE);
1014 ahc->bus_softc.pci_softc.targcrccnt = ahc_inw(ahc, TARGCRCCNT);
1016 ahc->bus_softc.pci_softc.crccontrol1 =
1020 ahc->bus_softc.pci_softc.scbbaddr = ahc_inb(ahc, SCBBADDR);
1023 ahc->bus_softc.pci_softc
[all...]
H A Daic7xxx.h919 struct ahc_pci_softc pci_softc; member in union:ahc_bus_softc
/freebsd-current/sys/dev/pci/
H A Dpci_private.h41 struct pci_softc { struct
H A Dpci.c231 DEFINE_CLASS_0(pci, pci_driver, pci_methods, sizeof(struct pci_softc));
4471 struct pci_softc *sc;
4521 struct pci_softc *sc;
5945 struct pci_softc *sc;
5962 struct pci_softc *sc = device_get_softc(bus);
/freebsd-current/sys/powerpc/ofw/
H A Dofw_pcibus.c101 sizeof(struct pci_softc), pci_driver);
/freebsd-current/sys/dev/acpica/
H A Dacpi_pci.c121 DEFINE_CLASS_1(pci, acpi_pci_driver, acpi_pci_methods, sizeof(struct pci_softc),

Completed in 324 milliseconds