Searched refs:pci_softc (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | pci.c | 52 void pci_suspend(struct pci_softc *); 53 void pci_powerdown(struct pci_softc *); 54 void pci_resume(struct pci_softc *); 89 sizeof(struct pci_softc), pcimatch, pciattach, pcidetach, pciactivate 99 struct pci_softc *pci_vga_pci; 110 int pci_enumerate_bus(struct pci_softc *, 171 struct pci_softc *sc = (struct pci_softc *)self; in pciattach() 212 return pci_detach_devices((struct pci_softc *)self, flags); in pcidetach() 223 pci_suspend((struct pci_softc *)self); in pciactivate() 226 pci_resume((struct pci_softc *)self); in pciactivate() [all …]
|
| D | pcivar.h | 72 struct pci_softc; 186 struct pci_softc { struct 274 int pci_probe_device(struct pci_softc *, pcitag_t tag, 276 int pci_detach_devices(struct pci_softc *, int);
|
| D | ahc_pci.c | 1024 ahc->bus_softc.pci_softc.devconfig = in ahc_pci_attach() 1026 ahc->bus_softc.pci_softc.command = in ahc_pci_attach() 1028 ahc->bus_softc.pci_softc.csize_lattime = in ahc_pci_attach() 1030 ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0); in ahc_pci_attach() 1031 ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ahc, DSPCISTATUS); in ahc_pci_attach() 1037 ahc->bus_softc.pci_softc.optionmode = ahc_inb(ahc, OPTIONMODE); in ahc_pci_attach() 1038 ahc->bus_softc.pci_softc.targcrccnt = ahc_inw(ahc, TARGCRCCNT); in ahc_pci_attach() 1040 ahc->bus_softc.pci_softc.crccontrol1 = in ahc_pci_attach() 1044 ahc->bus_softc.pci_softc.scbbaddr = ahc_inb(ahc, SCBBADDR); in ahc_pci_attach() 1047 ahc->bus_softc.pci_softc.dff_thrsh = ahc_inb(ahc, DFF_THRSH); in ahc_pci_attach() [all …]
|
| D | ppb.c | 775 extern int pci_enumerate_bus(struct pci_softc *, 783 struct pci_softc *psc = (struct pci_softc *)sc->sc_psc; in ppb_hotplug_insert() 808 struct pci_softc *psc = (struct pci_softc *)sc->sc_psc; in ppb_hotplug_rescan() 818 struct pci_softc *psc = (struct pci_softc *)sc->sc_psc; in ppb_hotplug_remove()
|
| /openbsd/src/sys/arch/macppc/include/ |
| D | pci_machdep.h | 102 int ofw_enumerate_pcibus(struct pci_softc *,
|
| /openbsd/src/sys/arch/sparc64/include/ |
| D | pci_machdep.h | 123 int sparc64_pci_enumerate_bus(struct pci_softc *,
|
| /openbsd/src/sys/arch/macppc/pci/ |
| D | pci_machdep.c | 244 ofw_enumerate_pcibus(struct pci_softc *sc, in ofw_enumerate_pcibus()
|
| /openbsd/src/sys/dev/pci/drm/include/linux/ |
| D | pci.h | 66 struct pci_softc *pci;
|
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | radeon_drv.c | 1195 struct pci_softc *sc = (struct pci_softc *)rdev->self.dv_parent; in radeondrm_forcedetach()
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | pci_machdep.c | 254 sparc64_pci_enumerate_bus(struct pci_softc *sc, in sparc64_pci_enumerate_bus()
|
| /openbsd/src/sys/dev/ic/ |
| D | aic7xxxvar.h | 926 struct ahc_pci_softc pci_softc; member
|
| /openbsd/src/sys/dev/pci/drm/i915/ |
| D | i915_driver.c | 2366 struct pci_softc *psc = (struct pci_softc *)dev_priv->sc_dev.dv_parent; in inteldrm_forcedetach()
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_drv.c | 3431 struct pci_softc *sc = (struct pci_softc *)adev->self.dv_parent; in amdgpu_forcedetach()
|
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_drv.c | 1405 dev->pdev->pci = (struct pci_softc *)parent->dv_parent; in drm_attach()
|
| D | drm_linux.c | 1299 extern int pci_enumerate_bus(struct pci_softc *,
|