Searched refs:pci_mem_to_phys (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | rtl8169.c | 110 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)(unsigned long)dev->priv, \ 557 pci_mem_to_phys(dev, (pci_addr_t)(unsigned long) in rtl_recv_common() 641 pci_mem_to_phys(dev, (pci_addr_t)(unsigned long)ptxb)); in rtl_send_common() 771 RTL_W32(TxDescStartAddrLow, pci_mem_to_phys(dev, in rtl8169_hw_start() 779 RTL_W32(RxDescStartAddrLow, pci_mem_to_phys( in rtl8169_hw_start() 839 tpc->RxDescArray[i].buf_addr = cpu_to_le32(pci_mem_to_phys( in rtl8169_init_ring() 1144 dev->iobase = (int)pci_mem_to_phys(devno, iobase); in rtl8169_initialize()
|
| H A D | rtl8139.c | 101 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a)
|
| H A D | dc2114x.c | 284 dev->iobase = pci_mem_to_phys(devbusfn, iobase); in dc21x4x_initialize()
|
| H A D | ns8382x.c | 270 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a)
|
| H A D | natsemi.c | 249 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a)
|
| H A D | eepro100.c | 231 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a)
|
| H A D | e1000.c | 46 #define bus_to_phys(devno, a) pci_mem_to_phys(devno, a)
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | mb862xx.c | 199 dev->frameAdrs = pci_mem_to_phys (devbusfn, dev->frameAdrs); in pci_video_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 645 #define pci_mem_to_phys(dev, addr) \ macro
|