MCFGPIO_PORTSIZE  129 arch/m68k/include/asm/mcfgpio.h #define mcfgpio_bit(gpio)		(1 << ((gpio) %  MCFGPIO_PORTSIZE))
MCFGPIO_PORTSIZE  130 arch/m68k/include/asm/mcfgpio.h #define mcfgpio_port(gpio)		((gpio) / MCFGPIO_PORTSIZE)