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() 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 D | rtl8139.c | 100 #define bus_to_phys(devno, a) dm_pci_mem_to_phys((devno), (a))
|
| A D | pcnet.c | 520 lp->iobase = (void *)dm_pci_mem_to_phys(dev, iobase); in pcnet_probe()
|
| A D | dc2114x.c | 569 priv->iobase = (void __iomem *)dm_pci_mem_to_phys(dev, iobase); in dc2114x_probe()
|
| A D | eepro100.c | 213 #define bus_to_phys(dev, a) dm_pci_mem_to_phys((dev), (a))
|
| A D | designware.c | 736 iobase = dm_pci_mem_to_phys(dev, iobase); in designware_eth_probe()
|
| /u-boot/include/ |
| A D | pci.h | 1482 #define dm_pci_mem_to_phys(dev, addr) \ macro
|
Completed in 30 milliseconds