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()
624 dm_pci_mem_to_phys(dev, (pci_addr_t)(unsigned long)ptxb)); in rtl_send_common()
739 RTL_W32(TxDescStartAddrLow, dm_pci_mem_to_phys(dev, in rtl8169_hw_start()
742 RTL_W32(RxDescStartAddrLow, dm_pci_mem_to_phys( in rtl8169_hw_start()
793 tpc->RxDescArray[i].buf_addr = cpu_to_le32(dm_pci_mem_to_phys( in rtl8169_init_ring()
A Drtl8139.c100 #define bus_to_phys(devno, a) dm_pci_mem_to_phys((devno), (a))
A Dpcnet.c520 lp->iobase = (void *)dm_pci_mem_to_phys(dev, iobase); in pcnet_probe()
A Ddc2114x.c569 priv->iobase = (void __iomem *)dm_pci_mem_to_phys(dev, iobase); in dc2114x_probe()
A Deepro100.c213 #define bus_to_phys(dev, a) dm_pci_mem_to_phys((dev), (a))
A Ddesignware.c736 iobase = dm_pci_mem_to_phys(dev, iobase); in designware_eth_probe()
/u-boot/include/
A Dpci.h1482 #define dm_pci_mem_to_phys(dev, addr) \ macro

Completed in 30 milliseconds