Searched refs:dev_phys_to_bus (Results 1 – 2 of 2) sorted by relevance
27 static inline dma_addr_t dev_phys_to_bus(struct udevice *dev, phys_addr_t phys) in dev_phys_to_bus() function37 #define dev_phys_to_bus(_, _addr) _addr macro
1299 return dev_phys_to_bus(xhci_to_dev(ctrl), virt_to_phys(addr)); in xhci_dma_map()
Completed in 10 milliseconds