Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dmcfgpio.h97 #define MCFGPIO_PORTSIZE 8 macro
106 #define MCFGPIO_PORTSIZE 16 macro
115 #define MCFGPIO_PORTSIZE 32 macro
121 #define mcfgpio_bit(gpio) (1 << ((gpio) % MCFGPIO_PORTSIZE))
122 #define mcfgpio_port(gpio) ((gpio) / MCFGPIO_PORTSIZE)