Searched refs:pci_softc (Results 1 – 9 of 9) sorted by relevance
| /src/sys/dev/aic7xxx/ |
| H A D | aic7xxx_pci.c | 1000 ahc->bus_softc.pci_softc.devconfig = in ahc_pci_config() 1002 ahc->bus_softc.pci_softc.command = in ahc_pci_config() 1004 ahc->bus_softc.pci_softc.csize_lattime = in ahc_pci_config() 1006 ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0); in ahc_pci_config() 1007 ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ahc, DSPCISTATUS); in ahc_pci_config() 1013 ahc->bus_softc.pci_softc.optionmode = ahc_inb(ahc, OPTIONMODE); in ahc_pci_config() 1014 ahc->bus_softc.pci_softc.targcrccnt = ahc_inw(ahc, TARGCRCCNT); in ahc_pci_config() 1016 ahc->bus_softc.pci_softc.crccontrol1 = in ahc_pci_config() 1020 ahc->bus_softc.pci_softc.scbbaddr = ahc_inb(ahc, SCBBADDR); in ahc_pci_config() 1023 ahc->bus_softc.pci_softc.dff_thrsh = ahc_inb(ahc, DFF_THRSH); in ahc_pci_config() [all …]
|
| H A D | aic7xxx.h | 919 struct ahc_pci_softc pci_softc; member
|
| /src/sys/dev/ofw/ |
| H A D | ofw_pci.c | 63 DEFINE_CLASS_1(pci, ofw_pci_driver, ofw_pci_methods, sizeof(struct pci_softc),
|
| /src/sys/powerpc/pseries/ |
| H A D | plpar_pcibus.c | 70 sizeof(struct pci_softc), ofw_pcibus_driver);
|
| /src/sys/dev/pci/ |
| H A D | pci_private.h | 41 struct pci_softc { struct
|
| H A D | pci.c | 225 DEFINE_CLASS_0(pci, pci_driver, pci_methods, sizeof(struct pci_softc)); 4569 struct pci_softc *sc; in pci_attach_common() 4615 struct pci_softc *sc; in pci_detach() 6031 struct pci_softc *sc; in pci_get_dma_tag() 6048 struct pci_softc *sc = device_get_softc(bus); in pci_get_dma_tag()
|
| /src/sys/powerpc/ofw/ |
| H A D | ofw_pcibus.c | 101 sizeof(struct pci_softc), pci_driver);
|
| /src/sys/dev/acpica/ |
| H A D | acpi_pci.c | 119 DEFINE_CLASS_1(pci, acpi_pci_driver, acpi_pci_methods, sizeof(struct pci_softc),
|
| /src/sys/dev/thunderbolt/ |
| H A D | tb_pcib.c | 624 DEFINE_CLASS_1(pci, tb_pci_driver, tb_pci_methods, sizeof(struct pci_softc),
|