Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-bcm283x/
Dphys2bus.c18 unsigned long bus_to_phys(unsigned long bus) in bus_to_phys() function
/external/u-boot/include/
Dphys2bus.h18 static inline unsigned long bus_to_phys(unsigned long bus) in bus_to_phys() function
/external/u-boot/drivers/net/
Deepro100.c227 #define bus_to_phys(a) (a) macro
230 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) macro
Drtl8139.c101 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) macro
Dnatsemi.c249 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) macro
Dns8382x.c270 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) macro
De1000.c43 #define bus_to_phys(devno, a) dm_pci_mem_to_phys(devno, a) macro
46 #define bus_to_phys(devno, a) pci_mem_to_phys(devno, a) macro
Drtl8169.c109 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)(unsigned long)dev->priv, \ macro