Home
last modified time | relevance | path

Searched refs:dev_phys_to_bus (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/
A Dphys2bus.h27 static inline dma_addr_t dev_phys_to_bus(struct udevice *dev, phys_addr_t phys) in dev_phys_to_bus() function
37 #define dev_phys_to_bus(_, _addr) _addr macro
/u-boot/test/dm/
A Dphys2bus.c26 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()
/u-boot/drivers/mmc/
A Dsdhci.c108 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()
/u-boot/include/usb/
A Dxhci.h1291 return dev_phys_to_bus(xhci_to_dev(ctrl), virt_to_phys(addr)); in xhci_virt_to_bus()

Completed in 10 milliseconds