Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Drtl8169.c547 dm_pci_mem_to_phys(dev, in rtl_recv_common()
633 dm_pci_mem_to_phys(dev, (pci_addr_t)(unsigned long)ptxb)); in rtl_send_common()
763 RTL_W32(TxDescStartAddrLow, dm_pci_mem_to_phys(dev, in rtl8169_hw_start()
771 RTL_W32(RxDescStartAddrLow, dm_pci_mem_to_phys( in rtl8169_hw_start()
831 tpc->RxDescArray[i].buf_addr = cpu_to_le32(dm_pci_mem_to_phys( in rtl8169_init_ring()
1182 priv->iobase = (int)dm_pci_mem_to_phys(dev, iobase); in rtl8169_eth_probe()
H A Ddesignware.c742 iobase = dm_pci_mem_to_phys(dev, iobase); in designware_eth_probe()
H A De1000.c43 #define bus_to_phys(devno, a) dm_pci_mem_to_phys(devno, a)
/openbmc/u-boot/include/
H A Dpci.h1421 #define dm_pci_mem_to_phys(dev, addr) \ macro