Home
last modified time | relevance | path

Searched defs:bus_to_phys (Results 1 – 7 of 7) sorted by relevance

/u-boot/arch/arm/mach-bcm283x/
A Dphys2bus.c18 unsigned long bus_to_phys(unsigned long bus) in bus_to_phys() function
/u-boot/include/
A Dphys2bus.h18 static inline unsigned long bus_to_phys(unsigned long bus) in bus_to_phys() function
/u-boot/drivers/net/
A Deepro100.c221 #define bus_to_phys(dev, a) dm_pci_mem_to_phys((dev), (a)) macro
224 #define bus_to_phys(dev, a) (a) macro
227 #define bus_to_phys(dev, a) pci_mem_to_phys((dev), (a)) macro
A Drtl8139.c101 #define bus_to_phys(devno, a) dm_pci_mem_to_phys((devno), (a)) macro
104 #define bus_to_phys(devno, a) pci_mem_to_phys((pci_dev_t)(devno), (a)) macro
A Dnatsemi.c249 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) macro
A Dns8382x.c271 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) macro
A Drtl8169.c109 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)(unsigned long)dev->priv, \ macro

Completed in 27 milliseconds