Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/
H A Dphys2bus.c19 unsigned long bus_to_phys(unsigned long bus) in bus_to_phys() function
/OK3568_Linux_fs/u-boot/include/
H A Dphys2bus.h19 static inline unsigned long bus_to_phys(unsigned long bus) in bus_to_phys() function
/OK3568_Linux_fs/u-boot/drivers/net/
H A Deepro100.c228 #define bus_to_phys(a) (a) macro
231 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) macro
H A Drtl8139.c101 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) macro
H A 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
H A Dnatsemi.c249 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) macro
H A Dns8382x.c270 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) macro
H A Drtl8169.c110 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)(unsigned long)dev->priv, \ macro