Searched refs:dev_phys_to_bus (Results 1 – 4 of 4) 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
26 ut_asserteq_addr((void*)0xfffffULL, (void*)dev_phys_to_bus(dev, 0xfffff)); in dm_test_phys_to_bus()32 ut_asserteq_addr((void*)0x100fffffULL, (void*)dev_phys_to_bus(dev, 0xfffff)); in dm_test_phys_to_bus()
108 dma_addr = dev_phys_to_bus(mmc_to_dev(host->mmc), host->start_addr); in sdhci_prepare_dma()167 start_addr = dev_phys_to_bus(mmc_to_dev(host->mmc), in sdhci_transfer_data()
1291 return dev_phys_to_bus(xhci_to_dev(ctrl), virt_to_phys(addr)); in xhci_virt_to_bus()
Completed in 10 milliseconds