Home
last modified time | relevance | path

Searched refs:PIO_OFFSET (Results 1 – 6 of 6) sorted by relevance

/arch/unicore32/include/asm/
Dio.h47 #define PIO_OFFSET (unsigned int)(PCI_IOBASE) macro
49 #define PIO_RESERVED (PIO_OFFSET + PIO_MASK + 1)
/arch/openrisc/include/asm/
Dio.h29 #define PIO_OFFSET 0 macro
/arch/arm/mach-ixp4xx/include/mach/
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))
/arch/ia64/include/asm/
Dio.h67 #define PIO_OFFSET (1UL << (MAX_IO_SPACES_BITS + IO_SPACE_BITS)) macro
68 #define PIO_MASK (PIO_OFFSET - 1)
/arch/m68k/include/asm/
Dio_mm.h90 #define PIO_OFFSET 0 macro
/arch/powerpc/include/asm/
Dio.h746 #define PIO_OFFSET 0x00000000UL macro