Searched defs:pci_attach_args (Results 1 – 4 of 4) sorted by relevance
122 struct pci_attach_args { struct123 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 …]
414 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()
245 int (*match)(struct pci_attach_args *), struct pci_attach_args *pap) in ofw_enumerate_pcibus()
255 int (*match)(struct pci_attach_args *), struct pci_attach_args *pap) in sparc64_pci_enumerate_bus()