Home
last modified time | relevance | path

Searched defs:pci_attach_args (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dpcivar.h122 struct pci_attach_args { struct
123 bus_space_tag_t pa_iot; /* pci i/o space tag */
124 bus_space_tag_t pa_memt; /* pci mem space tag */
125 bus_dma_tag_t pa_dmat; /* DMA tag */
126 pci_chipset_tag_t pa_pc;
127 int pa_flags; /* flags; see below */
129 struct extent *pa_ioex;
130 struct extent *pa_memex;
131 struct extent *pa_pmemex;
132 struct extent *pa_busex;
[all …]
H A Dpci.c414 int (*match)(struct pci_attach_args *), struct pci_attach_args *pap) in pci_probe_device() argument
723 pci_find_device(struct pci_attach_args * pa,int (* match)(struct pci_attach_args *)) pci_find_device() argument
806 pci_enumerate_bus(struct pci_softc * sc,int (* match)(struct pci_attach_args *),struct pci_attach_args * pap) pci_enumerate_bus() argument
[all...]
/openbsd-src/sys/arch/macppc/pci/
H A Dpci_machdep.c245 int (*match)(struct pci_attach_args *), struct pci_attach_args *pap) in ofw_enumerate_pcibus()
/openbsd-src/sys/arch/sparc64/dev/
H A Dpci_machdep.c255 int (*match)(struct pci_attach_args *), struct pci_attach_args *pap) in sparc64_pci_enumerate_bus()