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

/freebsd-13-stable/sys/dev/xen/pci/
H A Dxen_acpi_pci.c93 sizeof(struct pci_softc), acpi_pci_driver);
H A Dxen_pci.c75 DEFINE_CLASS_1(pci, xen_pci_driver, xen_pci_methods, sizeof(struct pci_softc),
/freebsd-13-stable/sys/powerpc/pseries/
H A Dplpar_pcibus.c74 sizeof(struct pci_softc), ofw_pcibus_driver);
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_pci.c1008 ahc->bus_softc.pci_softc.devconfig =
1010 ahc->bus_softc.pci_softc.command =
1012 ahc->bus_softc.pci_softc.csize_lattime =
1014 ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0);
1015 ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ahc, DSPCISTATUS);
1021 ahc->bus_softc.pci_softc.optionmode = ahc_inb(ahc, OPTIONMODE);
1022 ahc->bus_softc.pci_softc.targcrccnt = ahc_inw(ahc, TARGCRCCNT);
1024 ahc->bus_softc.pci_softc.crccontrol1 =
1028 ahc->bus_softc.pci_softc.scbbaddr = ahc_inb(ahc, SCBBADDR);
1031 ahc->bus_softc.pci_softc
[all...]
H A Daic7xxx.h923 struct ahc_pci_softc pci_softc; member in union:ahc_bus_softc
/freebsd-13-stable/sys/dev/vmd/
H A Dvmd_bus.c217 sizeof(struct pci_softc), pci_driver);
/freebsd-13-stable/sys/dev/pci/
H A Dpci_private.h43 struct pci_softc { struct
H A Dpci.c226 DEFINE_CLASS_0(pci, pci_driver, pci_methods, sizeof(struct pci_softc));
4424 struct pci_softc *sc;
4474 struct pci_softc *sc;
5769 struct pci_softc *sc;
5786 struct pci_softc *sc = device_get_softc(bus);
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_pcibus.c105 sizeof(struct pci_softc), pci_driver);
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_pci.c121 DEFINE_CLASS_1(pci, acpi_pci_driver, acpi_pci_methods, sizeof(struct pci_softc),
/freebsd-13-stable/sys/mips/nlm/
H A Dxlp_pci.c164 DEFINE_CLASS_1(pci, xlp_pci_driver, xlp_pci_methods, sizeof(struct pci_softc),
/freebsd-13-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c656 struct pci_softc *sc;

Completed in 211 milliseconds