Home
last modified time | relevance | path

Searched refs:pci_host_generic_fdt_attach (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpci_host_generic_fdt.h49 int pci_host_generic_fdt_attach(device_t);
H A Dpci_host_generic_fdt.c165 pci_host_generic_fdt_attach(device_t dev) in pci_host_generic_fdt_attach() function
473 DEVMETHOD(device_attach, pci_host_generic_fdt_attach),
/freebsd/sys/arm/annapurna/alpine/
H A Dalpine_pci.c105 rv = pci_host_generic_fdt_attach(dev); in al_pcib_attach()
/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_fdt.c205 return (pci_host_generic_fdt_attach(dev)); in thunder_pcie_fdt_attach()
/freebsd/sys/dev/xilinx/
H A Dxlnx_pcib.c396 return (pci_host_generic_fdt_attach(dev)); in xlnx_pcib_fdt_attach()