Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dpcivar.h151 struct pci_attach_args { struct
152 bus_space_tag_t pa_iot; /* pci i/o space tag */
153 bus_space_tag_t pa_memt; /* pci mem space tag */
154 bus_dma_tag_t pa_dmat; /* DMA tag */
155 bus_dma_tag_t pa_dmat64; /* DMA tag */
156 pci_chipset_tag_t pa_pc;
157 int pa_flags; /* flags; see below */
182 * can't use it directly since pci_attach_args has yet to be defined. argument
H A Dpci.c294 int (*match)(void *, const struct pci_attach_args *), void *cookie, in pci_probe_device1()
694 int (*match)(const struct pci_attach_args *)) in pci_find_device()
705 int (*match)(void *, const struct pci_attach_args *), void *cookie) in pci_find_device1()
727 int (*match)(const struct pci_attach_args *), struct pci_attach_args *pap) in pci_enumerate_bus()
744 int (*match)(void *, const struct pci_attach_args *), void *cookie,
/netbsd-src/sys/arch/sparc64/dev/
H A Dpci_machdep.c248 int (*match)(void *, const struct pci_attach_args *), void *cookie, in sparc64_pci_enumerate_bus1()
/netbsd-src/sys/arch/xen/xen/
H A Dxpci_xenbus.c495 int (*match)(void *, const struct pci_attach_args *), void *cookie, in xpci_enumerate_bus1()