Searched refs:bus_to_phys (Results 1 - 6 of 6) sorted by relevance

/u-boot/arch/arm/mach-bcm283x/
H A Dphys2bus.c18 unsigned long bus_to_phys(unsigned long bus) function
H A Dmsg.c200 *fb_basep = bus_to_phys(
/u-boot/include/
H A Dphys2bus.h11 unsigned long bus_to_phys(unsigned long bus);
18 static inline unsigned long bus_to_phys(unsigned long bus) function
/u-boot/drivers/net/
H A Drtl8139.c100 #define bus_to_phys(devno, a) dm_pci_mem_to_phys((devno), (a)) macro
637 priv->ioaddr = (unsigned long)bus_to_phys(dev, iobase);
H A Deepro100.c213 #define bus_to_phys(dev, a) dm_pci_mem_to_phys((dev), (a)) macro
843 priv->iobase = (void __iomem *)bus_to_phys(dev, iobase);
H A Drtl8169.c107 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)(unsigned long)dev->priv, \ macro

Completed in 59 milliseconds