Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/asm/
H A Dio.h37 #define IO_SPACE_BITS 24 macro
38 #define IO_SPACE_SIZE (1UL << IO_SPACE_BITS)
40 #define IO_SPACE_NR(port) ((port) >> IO_SPACE_BITS)
41 #define IO_SPACE_BASE(space) ((space) << IO_SPACE_BITS)
64 #define PIO_OFFSET (1UL << (MAX_IO_SPACES_BITS + IO_SPACE_BITS))