Searched refs:pci_get_regions (Results 1 - 11 of 11) sorted by relevance

/u-boot/drivers/pci/
H A Dpci_ftpci100.c65 count = pci_get_regions(dev, &io, &mem, NULL);
H A Dpci_mpc85xx.c125 count = pci_get_regions(dev, &io, &mem, &pre);
H A Dpcie_fsl.c242 pci_get_regions(pcie->bus, &io, &mem, &pref);
339 pci_get_regions(pcie->bus, &io, &mem, &pref);
H A Dpcie_layerscape_rc.c76 pci_get_regions(pcie_rc->bus, &io, &mem, &pref);
H A Dpcie_layerscape_gen4.c161 pci_get_regions(pcie->bus, &io, &mem, &pref);
H A Dpcie_mediatek.c423 pci_get_regions(dev, NULL, &pci_mem, NULL);
H A Dpci-aardvark.c880 pci_get_regions(pcie->dev, &io, &mem, &pref);
H A Dpci_tegra.c814 count = pci_get_regions(bus, &io, &mem, &pref);
H A Dpci-uclass.c1355 int pci_get_regions(struct udevice *dev, struct pci_region **iop, function
/u-boot/board/emulation/qemu-ppce500/
H A Dqemu-ppce500.c142 pci_get_regions(dev, &io, &mem, &pre);
/u-boot/include/
H A Dpci.h1290 * pci_get_regions() - obtain pointers to all the region types
1298 int pci_get_regions(struct udevice *dev, struct pci_region **iop,

Completed in 194 milliseconds