Home
last modified time | relevance | path

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

/linux/arch/ia64/include/asm/
A Dio.h68 #define PIO_OFFSET (1UL << (MAX_IO_SPACES_BITS + IO_SPACE_BITS)) macro
69 #define PIO_MASK (PIO_OFFSET - 1)
/linux/lib/
A Diomap.c34 #define PIO_OFFSET 0x10000UL macro
55 } else if (port > PIO_OFFSET) { \
366 return (void __iomem *) (unsigned long) (port + PIO_OFFSET); in ioport_map()
/linux/arch/openrisc/include/asm/
A Dio.h27 #define PIO_OFFSET 0 macro
/linux/arch/arm/mach-ixp4xx/include/mach/
A Dio.h354 #define PIO_OFFSET 0x10000UL macro
357 #define __is_io_address(p) (((unsigned long)p >= PIO_OFFSET) && \
358 ((unsigned long)p <= (PIO_MASK + PIO_OFFSET)))
537 return ((void __iomem*)((port) + PIO_OFFSET)); in ioport_map()
/linux/arch/m68k/include/asm/
A Dio_no.h127 #define PIO_OFFSET 0 macro
/linux/arch/mips/include/asm/
A Dio.h76 #define PIO_OFFSET mips_io_port_base macro
/linux/arch/powerpc/include/asm/
A Dio.h875 #define PIO_OFFSET 0x00000000UL macro

Completed in 14 milliseconds