Searched refs:GPIO_MASK2 (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | ppc4xx_gpio.c | 35 #define GPIO_MASK2(gpio) (0xc0000000 >> ((gpio) * 2)) macro 129 clrbits32(®s->osrl, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_in() 130 clrbits32(®s->tsrl, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_in() 132 clrbits32(®s->osrh, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_in() 133 clrbits32(®s->tsrh, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_in() 162 clrbits32(®s->osrl, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_out() 163 clrbits32(®s->tsrl, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_out() 165 clrbits32(®s->osrh, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_out() 166 clrbits32(®s->tsrh, GPIO_MASK2(gpio)); ppc4xx_gpio_dir_out()
|
/linux-4.4.14/sound/pci/ice1712/ |
H A D | prodigy_hifi.c | 1157 0x00, /* GPIO_MASK2 */ 1173 0x00, /* GPIO_MASK2 */ 1189 0x00, /* GPIO_MASK2 */
|
Completed in 92 milliseconds