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

/linux-4.4.14/arch/powerpc/sysdev/
H A Dppc4xx_gpio.c35 #define GPIO_MASK2(gpio) (0xc0000000 >> ((gpio) * 2)) macro
129 clrbits32(&regs->osrl, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_in()
130 clrbits32(&regs->tsrl, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_in()
132 clrbits32(&regs->osrh, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_in()
133 clrbits32(&regs->tsrh, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_in()
162 clrbits32(&regs->osrl, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_out()
163 clrbits32(&regs->tsrl, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_out()
165 clrbits32(&regs->osrh, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_out()
166 clrbits32(&regs->tsrh, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_out()
/linux-4.4.14/sound/pci/ice1712/
H A Dprodigy_hifi.c1157 0x00, /* GPIO_MASK2 */
1173 0x00, /* GPIO_MASK2 */
1189 0x00, /* GPIO_MASK2 */

Completed in 92 milliseconds