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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 149 milliseconds