PIO_OFFSET 357 arch/arm/mach-ixp4xx/include/mach/io.h #define __is_io_address(p) (((unsigned long)p >= PIO_OFFSET) && \ PIO_OFFSET 358 arch/arm/mach-ixp4xx/include/mach/io.h ((unsigned long)p <= (PIO_MASK + PIO_OFFSET))) PIO_OFFSET 537 arch/arm/mach-ixp4xx/include/mach/io.h return ((void __iomem*)((port) + PIO_OFFSET)); PIO_OFFSET 69 arch/ia64/include/asm/io.h #define PIO_MASK (PIO_OFFSET - 1) PIO_OFFSET 46 arch/unicore32/include/asm/io.h #define PIO_RESERVED (PIO_OFFSET + PIO_MASK + 1) PIO_OFFSET 55 lib/iomap.c } else if (port > PIO_OFFSET) { \ PIO_OFFSET 366 lib/iomap.c return (void __iomem *) (unsigned long) (port + PIO_OFFSET);