Home
last modified time | relevance | path

Searched refs:dm_pci_bus_to_phys (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dpci.h1293 phys_addr_t dm_pci_bus_to_phys(struct udevice *dev, pci_addr_t addr,
1416 map_physmem(dm_pci_bus_to_phys(dev, (addr), (flags)), \
1422 dm_pci_bus_to_phys((dev), (addr), PCI_REGION_MEM)
1426 dm_pci_bus_to_phys((dev), (addr), PCI_REGION_IO)
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c1244 phys_addr_t dm_pci_bus_to_phys(struct udevice *dev, pci_addr_t bus_addr, in dm_pci_bus_to_phys() function