Searched refs:MCFGPIO_SCR_START (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.h83 #define MCFGPIO_SCR_START 40 macro
85 #define MCFGPIO_SCR_START 8 macro
89 mcfgpio_port(gpio - MCFGPIO_SCR_START))
92 mcfgpio_port(gpio - MCFGPIO_SCR_START))
95 #define MCFGPIO_SCR_START MCFGPIO_PIN_MAX macro
138 return MCFGPIO_PPDR + mcfgpio_port(gpio - MCFGPIO_SCR_START);
175 return MCFGPIO_PODR + mcfgpio_port(gpio - MCFGPIO_SCR_START);
197 if (gpio < MCFGPIO_SCR_START) {

Completed in 155 milliseconds