Searched defs:bus_to_phys (Results 1 – 7 of 7) sorted by relevance
/u-boot/arch/arm/mach-bcm283x/ |
A D | phys2bus.c | 18 unsigned long bus_to_phys(unsigned long bus) in bus_to_phys() function
|
/u-boot/include/ |
A D | phys2bus.h | 18 static inline unsigned long bus_to_phys(unsigned long bus) in bus_to_phys() function
|
/u-boot/drivers/net/ |
A D | eepro100.c | 221 #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 D | rtl8139.c | 101 #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 D | natsemi.c | 249 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) macro
|
A D | ns8382x.c | 271 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) macro
|
A D | rtl8169.c | 109 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)(unsigned long)dev->priv, \ macro
|
Completed in 27 milliseconds