Home
last modified time | relevance | path

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

/external/u-boot/include/
Dpci.h1284 phys_addr_t dm_pci_bus_to_phys(struct udevice *dev, pci_addr_t addr,
1314 map_physmem(dm_pci_bus_to_phys(dev, (addr), (flags)), \
1320 dm_pci_bus_to_phys((dev), (addr), PCI_REGION_MEM)
1324 dm_pci_bus_to_phys((dev), (addr), PCI_REGION_IO)
/external/u-boot/drivers/pci/
Dpci-uclass.c1209 phys_addr_t dm_pci_bus_to_phys(struct udevice *dev, pci_addr_t bus_addr, in dm_pci_bus_to_phys() function