Searched refs:dm_pci_bus_to_phys (Results 1 – 3 of 3) sorted by relevance
| /u-boot/test/dm/ |
| A D | pci.c | 394 phys_addr = dm_pci_bus_to_phys(dev, 0x20000000, 0x400, mask, flags); in dm_test_pci_bus_to_phys() 398 phys_addr = dm_pci_bus_to_phys(dev, 0x2ffff000, 0x2000, mask, flags); in dm_test_pci_bus_to_phys() 400 phys_addr = dm_pci_bus_to_phys(dev, 0x30000000, 0x2000, mask, flags); in dm_test_pci_bus_to_phys() 402 phys_addr = dm_pci_bus_to_phys(dev, 0x30000000, 0x1000, mask, flags); in dm_test_pci_bus_to_phys() 404 phys_addr = dm_pci_bus_to_phys(dev, 0x30000abc, 0x12, mask, flags); in dm_test_pci_bus_to_phys() 406 phys_addr = dm_pci_bus_to_phys(dev, 0x30000800, 0x1800, mask, flags); in dm_test_pci_bus_to_phys() 408 phys_addr = dm_pci_bus_to_phys(dev, 0x30008000, 0x1801, mask, flags); in dm_test_pci_bus_to_phys() 412 phys_addr = dm_pci_bus_to_phys(dev, 0x30fff000, 0x2000, mask, flags); in dm_test_pci_bus_to_phys() 414 phys_addr = dm_pci_bus_to_phys(dev, 0x31000000, 0x2000, mask, flags); in dm_test_pci_bus_to_phys() 418 phys_addr = dm_pci_bus_to_phys(dev, 0x31000abc, 0x12, mask, flags); in dm_test_pci_bus_to_phys() [all …]
|
| /u-boot/include/ |
| A D | pci.h | 1332 phys_addr_t dm_pci_bus_to_phys(struct udevice *dev, pci_addr_t addr, size_t len, 1475 phys_addr_t phys_addr = dm_pci_bus_to_phys((dev), (addr), _len, \ 1483 dm_pci_bus_to_phys((dev), (addr), 0, PCI_REGION_TYPE, PCI_REGION_MEM) 1487 dm_pci_bus_to_phys((dev), (addr), 0, PCI_REGION_TYPE, PCI_REGION_IO)
|
| /u-boot/drivers/pci/ |
| A D | pci-uclass.c | 1405 phys_addr_t dm_pci_bus_to_phys(struct udevice *dev, pci_addr_t bus_addr, in dm_pci_bus_to_phys() function
|
Completed in 24 milliseconds