Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Drtl8169.c551 dm_pci_mem_to_phys(dev, in rtl_recv_common()
637 dm_pci_mem_to_phys(dev, (pci_addr_t)(unsigned long)ptxb)); in rtl_send_common()
767 RTL_W32(TxDescStartAddrLow, dm_pci_mem_to_phys(dev, in rtl8169_hw_start()
775 RTL_W32(RxDescStartAddrLow, dm_pci_mem_to_phys( in rtl8169_hw_start()
835 tpc->RxDescArray[i].buf_addr = cpu_to_le32(dm_pci_mem_to_phys( in rtl8169_init_ring()
1186 priv->iobase = (int)dm_pci_mem_to_phys(dev, iobase); in rtl8169_eth_probe()
Ddesignware.c730 iobase = dm_pci_mem_to_phys(dev, iobase); in designware_eth_probe()
De1000.c43 #define bus_to_phys(devno, a) dm_pci_mem_to_phys(devno, a)
/external/u-boot/include/
Dpci.h1319 #define dm_pci_mem_to_phys(dev, addr) \ macro