Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dio.h41 #define IO_SPACE_BITS 24 macro
42 #define IO_SPACE_SIZE (1UL << IO_SPACE_BITS)
44 #define IO_SPACE_NR(port) ((port) >> IO_SPACE_BITS)
45 #define IO_SPACE_BASE(space) ((space) << IO_SPACE_BITS)
68 #define PIO_OFFSET (1UL << (MAX_IO_SPACES_BITS + IO_SPACE_BITS))