Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
Dmcfgpio.h113 #define MCFGPIO_PORTSIZE 8 macro
122 #define MCFGPIO_PORTSIZE 16 macro
131 #define MCFGPIO_PORTSIZE 32 macro
137 #define mcfgpio_bit(gpio) (1 << ((gpio) % MCFGPIO_PORTSIZE))
138 #define mcfgpio_port(gpio) ((gpio) / MCFGPIO_PORTSIZE)