Home
last modified time | relevance | path

Searched refs:MV78XX0_PCIE_IO_PHYS_BASE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/mach-mv78xx0/
H A Dpcie.c61 pcie_io_space.start = MV78XX0_PCIE_IO_PHYS_BASE(0); in mv78xx0_pcie_preinit()
63 MV78XX0_PCIE_IO_PHYS_BASE(0) + MV78XX0_PCIE_IO_SIZE * 8 - 1; in mv78xx0_pcie_preinit()
118 pci_remap_iospace(&realio, MV78XX0_PCIE_IO_PHYS_BASE(nr)); in mv78xx0_pcie_setup()
H A Dmv78xx0.h45 #define MV78XX0_PCIE_IO_PHYS_BASE(i) (0xf0800000 + ((i) << 20)) macro