Searched refs:dm_pci_bus_to_phys (Results 1 - 3 of 3) sorted by relevance

/u-boot/test/dm/
H A Dpci.c400 phys_addr = dm_pci_bus_to_phys(dev, 0x20000000, 0x400, mask, flags);
404 phys_addr = dm_pci_bus_to_phys(dev, 0x2ffff000, 0x2000, mask, flags);
406 phys_addr = dm_pci_bus_to_phys(dev, 0x30000000, 0x2000, mask, flags);
408 phys_addr = dm_pci_bus_to_phys(dev, 0x30000000, 0x1000, mask, flags);
410 phys_addr = dm_pci_bus_to_phys(dev, 0x30000abc, 0x12, mask, flags);
412 phys_addr = dm_pci_bus_to_phys(dev, 0x30000800, 0x1800, mask, flags);
414 phys_addr = dm_pci_bus_to_phys(dev, 0x30008000, 0x1801, mask, flags);
418 phys_addr = dm_pci_bus_to_phys(dev, 0x30fff000, 0x2000, mask, flags);
420 phys_addr = dm_pci_bus_to_phys(dev, 0x31000000, 0x2000, mask, flags);
422 phys_addr = dm_pci_bus_to_phys(de
[all...]
/u-boot/include/
H A Dpci.h1323 * dm_pci_bus_to_phys() - convert a PCI bus address range to a physical address
1332 phys_addr_t dm_pci_bus_to_phys(struct udevice *dev, pci_addr_t addr, size_t len,
1476 phys_addr_t phys_addr = dm_pci_bus_to_phys((dev), (addr), _len, \
1484 dm_pci_bus_to_phys((dev), (addr), 0, PCI_REGION_TYPE, PCI_REGION_MEM)
1488 dm_pci_bus_to_phys((dev), (addr), 0, PCI_REGION_TYPE, PCI_REGION_IO)
/u-boot/drivers/pci/
H A Dpci-uclass.c1413 phys_addr_t dm_pci_bus_to_phys(struct udevice *dev, pci_addr_t bus_addr, function
1449 puts("dm_pci_bus_to_phys: invalid physical address\n");

Completed in 100 milliseconds