Home
last modified time | relevance | path

Searched refs:pci_mem_to_phys (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Drtl8169.c105 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)(unsigned long)dev->priv, \
552 pci_mem_to_phys(dev, (pci_addr_t)(unsigned long) in rtl_recv_common()
636 pci_mem_to_phys(dev, (pci_addr_t)(unsigned long)ptxb)); in rtl_send_common()
766 RTL_W32(TxDescStartAddrLow, pci_mem_to_phys(dev, in rtl8169_hw_start()
774 RTL_W32(RxDescStartAddrLow, pci_mem_to_phys( in rtl8169_hw_start()
834 tpc->RxDescArray[i].buf_addr = cpu_to_le32(pci_mem_to_phys( in rtl8169_init_ring()
1139 dev->iobase = (int)pci_mem_to_phys(devno, iobase); in rtl8169_initialize()
H A Drtl8139.c97 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a)
H A Dns8382x.c269 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a)
H A Ddc2114x.c281 dev->iobase = pci_mem_to_phys(devbusfn, iobase); in dc21x4x_initialize()
H A Dnatsemi.c248 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a)
H A Deepro100.c228 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a)
H A De1000.c46 #define bus_to_phys(devno, a) pci_mem_to_phys(devno, a)
/openbmc/u-boot/drivers/video/
H A Dmb862xx.c198 dev->frameAdrs = pci_mem_to_phys (devbusfn, dev->frameAdrs); in pci_video_init()
/openbmc/u-boot/include/
H A Dpci.h657 #define pci_mem_to_phys(dev, addr) \ macro