Home
last modified time | relevance | path

Searched refs:dm_pci_mem_to_phys (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Drtl8169.c552 dm_pci_mem_to_phys(dev, in rtl_recv_common()
638 dm_pci_mem_to_phys(dev, (pci_addr_t)(unsigned long)ptxb)); in rtl_send_common()
768 RTL_W32(TxDescStartAddrLow, dm_pci_mem_to_phys(dev, in rtl8169_hw_start()
776 RTL_W32(RxDescStartAddrLow, dm_pci_mem_to_phys( in rtl8169_hw_start()
836 tpc->RxDescArray[i].buf_addr = cpu_to_le32(dm_pci_mem_to_phys( in rtl8169_init_ring()
1187 priv->iobase = (int)dm_pci_mem_to_phys(dev, iobase); in rtl8169_eth_probe()
H A Ddesignware.c689 iobase = dm_pci_mem_to_phys(dev, iobase); in designware_eth_probe()
H A De1000.c43 #define bus_to_phys(devno, a) dm_pci_mem_to_phys(devno, a)
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h1258 #define dm_pci_mem_to_phys(dev, addr) \ macro