Home
last modified time | relevance | path

Searched refs:pci_io_to_phys (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dpcnet.c186 dev->iobase = pci_io_to_phys(devbusfn, bar); in pcnet_initialize()
H A Ddc2114x.c279 dev->iobase = pci_io_to_phys(devbusfn, iobase); in dc21x4x_initialize()
/openbmc/u-boot/include/
H A Dpci.h660 #define pci_io_to_phys(dev, addr) pci_bus_to_phys((dev), (addr), PCI_REGION_IO) macro