Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dio.h27 #define PIO_OFFSET 0 macro
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dio.h29 #define PIO_OFFSET 0 macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dio.h65 * ioread/writeX() uses the leading 1 in PIO cookies (PIO_OFFSET) to catch
68 #define PIO_OFFSET (1UL << (MAX_IO_SPACES_BITS + IO_SPACE_BITS)) macro
69 #define PIO_MASK (PIO_OFFSET - 1)
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dio.h61 * ioread/writeX() uses the leading 1 in PIO cookies (PIO_OFFSET) to catch
64 #define PIO_OFFSET (1UL << (MAX_IO_SPACES_BITS + IO_SPACE_BITS)) macro
65 #define PIO_MASK (PIO_OFFSET - 1)
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/
H 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()
/kernel/linux/linux-5.10/lib/
H 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()
/kernel/linux/linux-6.6/lib/
H A Diomap.c35 #define PIO_OFFSET 0x10000UL macro
56 } else if (port > PIO_OFFSET) { \
410 return (void __iomem *) (unsigned long) (port + PIO_OFFSET); in ioport_map()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dio_no.h127 #define PIO_OFFSET 0 macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dio_no.h127 #define PIO_OFFSET 0 macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dio.h76 #define PIO_OFFSET mips_io_port_base macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dio.h73 #define PIO_OFFSET mips_io_port_base macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dio.h758 #define PIO_OFFSET 0x00000000UL macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dio.h924 #define PIO_OFFSET 0x00000000UL macro

Completed in 10 milliseconds