Home
last modified time | relevance | path

Searched refs:GPIO_MASK (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/platforms/44x/ !
H A Dgpio.c22 #define GPIO_MASK(gpio) (0x80000000 >> (gpio)) macro
64 return !!(in_be32(&regs->ir) & GPIO_MASK(gpio)); in ppc4xx_gpio_get()
74 setbits32(&regs->or, GPIO_MASK(gpio)); in __ppc4xx_gpio_set()
76 clrbits32(&regs->or, GPIO_MASK(gpio)); in __ppc4xx_gpio_set()
104 clrbits32(&regs->odr, GPIO_MASK(gpio)); in ppc4xx_gpio_dir_in()
107 clrbits32(&regs->tcr, GPIO_MASK(gpio)); in ppc4xx_gpio_dir_in()
136 clrbits32(&regs->odr, GPIO_MASK(gpio)); in ppc4xx_gpio_dir_out()
139 setbits32(&regs->tcr, GPIO_MASK(gpio)); in ppc4xx_gpio_dir_out()
/linux/drivers/gpio/ !
H A Dgpio-xgene-sb.c31 #define GPIO_MASK(x) (1U << ((x) % 32)) macro
71 data |= GPIO_MASK(gpio); in xgene_gpio_set_bit()
73 data &= ~GPIO_MASK(gpio); in xgene_gpio_set_bit()
/linux/sound/pci/ !
H A Dmaestro3.c289 #define GPIO_MASK 0x64 macro
1981 outw(~GPO_PRIMARY_AC97 , io + GPIO_MASK); in snd_m3_ac97_reset()
1991 outw(~0, io + GPIO_MASK); in snd_m3_ac97_reset()
2214 outw(~gpo, io + GPIO_MASK); in snd_m3_amp_enable()
2222 outw(0xffff, io + GPIO_MASK); in snd_m3_amp_enable()
2238 outw(0xffff, io + GPIO_MASK); in snd_m3_hv_init()
2241 outw(~val, io + GPIO_MASK); in snd_m3_hv_init()
2243 outw(val, io + GPIO_MASK); in snd_m3_hv_init()
2245 outw(0xffff, io + GPIO_MASK); in snd_m3_hv_init()
/linux/drivers/net/ethernet/amd/xgbe/ !
H A Dxgbe-phy-v2.c2917 GPIO_MASK); in xgbe_phy_sfp_gpio_setup()