Searched refs:GPIO_MASK (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | ppc4xx_gpio.c | 34 #define GPIO_MASK(gpio) (0x80000000 >> (gpio)) macro 81 return in_be32(®s->ir) & GPIO_MASK(gpio); ppc4xx_gpio_get() 91 setbits32(®s->or, GPIO_MASK(gpio)); __ppc4xx_gpio_set() 93 clrbits32(®s->or, GPIO_MASK(gpio)); __ppc4xx_gpio_set() 122 clrbits32(®s->odr, GPIO_MASK(gpio)); ppc4xx_gpio_dir_in() 125 clrbits32(®s->tcr, GPIO_MASK(gpio)); ppc4xx_gpio_dir_in() 155 clrbits32(®s->odr, GPIO_MASK(gpio)); ppc4xx_gpio_dir_out() 158 setbits32(®s->tcr, GPIO_MASK(gpio)); ppc4xx_gpio_dir_out()
|
/linux-4.4.14/arch/unicore32/kernel/ |
H A D | irq.c | 42 #define GPIO_MASK(irq) (1 << (irq - IRQ_GPIO0)) macro 51 mask = GPIO_MASK(d->irq); puv3_gpio_type() 145 unsigned int mask = GPIO_MASK(d->irq); puv3_high_gpio_ack() 152 unsigned int mask = GPIO_MASK(d->irq); puv3_high_gpio_mask() 162 unsigned int mask = GPIO_MASK(d->irq); puv3_high_gpio_unmask()
|
/linux-4.4.14/drivers/gpio/ |
H A D | gpio-xgene-sb.c | 36 #define GPIO_MASK(x) (1U << ((x) % 32)) macro 69 data |= GPIO_MASK(gpio); xgene_gpio_set_bit() 71 data &= ~GPIO_MASK(gpio); xgene_gpio_set_bit()
|
/linux-4.4.14/sound/pci/ |
H A D | maestro3.c | 309 #define GPIO_MASK 0x64 macro 2015 outw(~GPO_PRIMARY_AC97 , io + GPIO_MASK); snd_m3_ac97_reset() 2025 outw(~0, io + GPIO_MASK); snd_m3_ac97_reset() 2253 outw(~gpo, io + GPIO_MASK); snd_m3_amp_enable() 2261 outw(0xffff, io + GPIO_MASK); snd_m3_amp_enable() 2277 outw(0xffff, io + GPIO_MASK); snd_m3_hv_init() 2280 outw(~val, io + GPIO_MASK); snd_m3_hv_init() 2282 outw(val, io + GPIO_MASK); snd_m3_hv_init() 2284 outw(0xffff, io + GPIO_MASK); snd_m3_hv_init()
|
/linux-4.4.14/sound/pci/ice1712/ |
H A D | prodigy_hifi.c | 1155 0x00, /* GPIO_MASK */ 1171 0x00, /* GPIO_MASK */ 1187 0x00, /* GPIO_MASK */
|
/linux-4.4.14/sound/pci/hda/ |
H A D | patch_realtek.c | 45 #define GPIO_MASK 0x03 macro
|
Completed in 539 milliseconds