Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
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 …]
Dpci.c414 int (*match)(struct pci_attach_args *), struct pci_attach_args *pap) in pci_probe_device()
723 int (*match)(struct pci_attach_args *)) in pci_find_device()
820 int (*match)(struct pci_attach_args *), struct pci_attach_args *pap) in pci_enumerate_bus()
/openbsd/src/sys/arch/macppc/pci/
Dpci_machdep.c245 int (*match)(struct pci_attach_args *), struct pci_attach_args *pap) in ofw_enumerate_pcibus()
/openbsd/src/sys/arch/sparc64/dev/
Dpci_machdep.c255 int (*match)(struct pci_attach_args *), struct pci_attach_args *pap) in sparc64_pci_enumerate_bus()