PCI_IO_SIZE       148 arch/arm64/include/asm/io.h #define IO_SPACE_LIMIT		(PCI_IO_SIZE - 1)
PCI_IO_SIZE        58 arch/arm64/include/asm/memory.h #define PCI_IO_START		(PCI_IO_END - PCI_IO_SIZE)
PCI_IO_SIZE       205 arch/m68k/coldfire/pci.c 	__raw_writel(WXBTAR(PCI_IO_PA, PCI_IO_BA, PCI_IO_SIZE),
PCI_IO_SIZE       218 arch/m68k/coldfire/pci.c 	iospace = (unsigned long) ioremap(PCI_IO_PA, PCI_IO_SIZE);
PCI_IO_SIZE       124 arch/m68k/include/asm/io_no.h #define PCI_IO_MASK	(PCI_IO_SIZE - 1)
PCI_IO_SIZE       168 arch/riscv/include/asm/io.h #define IO_SPACE_LIMIT		(PCI_IO_SIZE - 1)
PCI_IO_SIZE       106 arch/riscv/include/asm/pgtable.h #define PCI_IO_START     (PCI_IO_END - PCI_IO_SIZE)