Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Drtl8169.c556 dm_pci_mem_to_phys(dev, in rtl_recv_common()
642 dm_pci_mem_to_phys(dev, (pci_addr_t)(unsigned long)ptxb)); in rtl_send_common()
772 RTL_W32(TxDescStartAddrLow, dm_pci_mem_to_phys(dev, in rtl8169_hw_start()
780 RTL_W32(RxDescStartAddrLow, dm_pci_mem_to_phys( in rtl8169_hw_start()
840 tpc->RxDescArray[i].buf_addr = cpu_to_le32(dm_pci_mem_to_phys( in rtl8169_init_ring()
1208 priv->iobase = (int)dm_pci_mem_to_phys(dev, iobase); in rtl8169_eth_probe()
A Drtl8139.c101 #define bus_to_phys(devno, a) dm_pci_mem_to_phys((devno), (a))
A Dpcnet.c655 lp->iobase = (void *)dm_pci_mem_to_phys(dev, iobase); in pcnet_probe()
A Ddc2114x.c724 priv->iobase = (void __iomem *)dm_pci_mem_to_phys(dev, iobase); in dc2114x_probe()
A Ddesignware.c748 iobase = dm_pci_mem_to_phys(dev, iobase); in designware_eth_probe()
A Deepro100.c221 #define bus_to_phys(dev, a) dm_pci_mem_to_phys((dev), (a))
/u-boot/include/
A Dpci.h1533 #define dm_pci_mem_to_phys(dev, addr) \ macro

Completed in 23 milliseconds