Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dpci.h1290 phys_addr_t dm_pci_bus_to_phys(struct udevice *dev, pci_addr_t addr,
1413 map_physmem(dm_pci_bus_to_phys(dev, (addr), (flags)), \
1419 dm_pci_bus_to_phys((dev), (addr), PCI_REGION_MEM)
1423 dm_pci_bus_to_phys((dev), (addr), PCI_REGION_IO)
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci-uclass.c1286 phys_addr_t dm_pci_bus_to_phys(struct udevice *dev, pci_addr_t bus_addr, in dm_pci_bus_to_phys() function