Home
last modified time | relevance | path

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

/arch/m68k/coldfire/
Dpci.c37 #define PCI_IO_SIZE 0x00010000 /* 64k */ macro
38 #define PCI_IO_MASK (PCI_IO_SIZE - 1)
291 __raw_writel(WXBTAR(PCI_IO_PA, PCI_IO_BA, PCI_IO_SIZE), in mcf_pci_init()
304 iospace = (unsigned long) ioremap(PCI_IO_PA, PCI_IO_SIZE); in mcf_pci_init()
/arch/arm64/include/asm/
Dmemory.h40 #define PCI_IO_SIZE SZ_16M macro
60 #define PCI_IO_START (PCI_IO_END - PCI_IO_SIZE)
Dio.h149 #define IO_SPACE_LIMIT (PCI_IO_SIZE - 1)