Searched refs:dev_bus_to_phys (Results 1 – 3 of 3) sorted by relevance
32 static inline phys_addr_t dev_bus_to_phys(struct udevice *dev, dma_addr_t bus) in dev_bus_to_phys() function38 #define dev_bus_to_phys(_, _addr) _addr macro
27 ut_asserteq_addr((void*)0xfffffULL, (void*)(ulong)dev_bus_to_phys(dev, 0xfffff)); in dm_test_phys_to_bus()33 ut_asserteq_addr((void*)0xfffffULL, (void*)(ulong)dev_bus_to_phys(dev, 0x100fffff)); in dm_test_phys_to_bus()
1296 return phys_to_virt(dev_bus_to_phys(xhci_to_dev(ctrl), addr)); in xhci_bus_to_virt()
Completed in 7 milliseconds