Home
last modified time | relevance | path

Searched refs:PIO_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/openrisc/include/asm/
H A Dio.h30 #define PIO_MASK 0 macro
/linux-6.15/lib/
H A Diomap.c36 #define PIO_MASK 0x0ffffUL macro
57 port &= PIO_MASK; \
408 if (port > PIO_MASK) in ioport_map()
/linux-6.15/arch/powerpc/include/asm/
H A Dio.h849 #define PIO_MASK (FULL_IO_SIZE - 1) macro