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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dgpio.h44 #define MCFGPIO_PORTSIZE 8 macro
53 #define MCFGPIO_PORTSIZE 16 macro
62 #define MCFGPIO_PORTSIZE 32 macro
68 #define mcfgpio_bit(gpio) (1 << ((gpio) % MCFGPIO_PORTSIZE))
69 #define mcfgpio_port(gpio) ((gpio) / MCFGPIO_PORTSIZE)

Completed in 42 milliseconds