Searched refs:PIO_OFFSET (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/unicore32/include/asm/
H A Dio.h47 #define PIO_OFFSET (unsigned int)(PCI_IOBASE) macro
49 #define PIO_RESERVED (PIO_OFFSET + PIO_MASK + 1)
/linux-4.1.27/arch/openrisc/include/asm/
H A Dio.h29 #define PIO_OFFSET 0 macro
/linux-4.1.27/lib/
H A Diomap.c33 #define PIO_OFFSET 0x10000UL macro
54 } else if (port > PIO_OFFSET) { \
233 return (void __iomem *) (unsigned long) (port + PIO_OFFSET); ioport_map()
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h346 #define PIO_OFFSET 0x10000UL macro
349 #define __is_io_address(p) (((unsigned long)p >= PIO_OFFSET) && \
350 ((unsigned long)p <= (PIO_MASK + PIO_OFFSET)))
526 #define ioport_map(port, nr) ((void __iomem*)(port + PIO_OFFSET))
/linux-4.1.27/arch/ia64/include/asm/
H A Dio.h63 * ioread/writeX() uses the leading 1 in PIO cookies (PIO_OFFSET) to catch
66 #define PIO_OFFSET (1UL << (MAX_IO_SPACES_BITS + IO_SPACE_BITS)) macro
67 #define PIO_MASK (PIO_OFFSET - 1)
/linux-4.1.27/arch/m68k/include/asm/
H A Dio_mm.h88 #define PIO_OFFSET 0 macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dio.h745 #define PIO_OFFSET 0x00000000UL macro

Completed in 107 milliseconds