Searched refs:dm_pci_mem_to_phys (Results 1 – 7 of 7) sorted by relevance
| /u-boot/drivers/net/ |
| A D | rtl8169.c | 556 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 D | rtl8139.c | 101 #define bus_to_phys(devno, a) dm_pci_mem_to_phys((devno), (a))
|
| A D | pcnet.c | 655 lp->iobase = (void *)dm_pci_mem_to_phys(dev, iobase); in pcnet_probe()
|
| A D | dc2114x.c | 724 priv->iobase = (void __iomem *)dm_pci_mem_to_phys(dev, iobase); in dc2114x_probe()
|
| A D | designware.c | 748 iobase = dm_pci_mem_to_phys(dev, iobase); in designware_eth_probe()
|
| A D | eepro100.c | 221 #define bus_to_phys(dev, a) dm_pci_mem_to_phys((dev), (a))
|
| /u-boot/include/ |
| A D | pci.h | 1533 #define dm_pci_mem_to_phys(dev, addr) \ macro
|
Completed in 23 milliseconds