Searched refs:GPIO_MASK2 (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/powerpc/sysdev/
H A Dppc4xx_gpio.c35 #define GPIO_MASK2(gpio) (0xc0000000 >> ((gpio) * 2)) macro
129 clrbits32(&regs->osrl, GPIO_MASK2(gpio));
130 clrbits32(&regs->tsrl, GPIO_MASK2(gpio));
132 clrbits32(&regs->osrh, GPIO_MASK2(gpio));
133 clrbits32(&regs->tsrh, GPIO_MASK2(gpio));
162 clrbits32(&regs->osrl, GPIO_MASK2(gpio));
163 clrbits32(&regs->tsrl, GPIO_MASK2(gpio));
165 clrbits32(&regs->osrh, GPIO_MASK2(gpio));
166 clrbits32(&regs->tsrh, GPIO_MASK2(gpio));

Completed in 96 milliseconds