Lines Matching refs:ath79_gpio_update_bits
54 static bool ath79_gpio_update_bits( in ath79_gpio_update_bits() function
75 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_MASK, mask, mask); in ath79_gpio_irq_unmask()
86 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_MASK, mask, 0); in ath79_gpio_irq_mask()
97 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_ENABLE, mask, mask); in ath79_gpio_irq_enable()
98 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_MASK, mask, mask); in ath79_gpio_irq_enable()
109 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_MASK, mask, 0); in ath79_gpio_irq_disable()
110 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_ENABLE, mask, 0); in ath79_gpio_irq_disable()
155 disabled = ath79_gpio_update_bits( in ath79_gpio_irq_set_type()
158 ath79_gpio_update_bits( in ath79_gpio_irq_set_type()
160 ath79_gpio_update_bits( in ath79_gpio_irq_set_type()
164 ath79_gpio_update_bits( in ath79_gpio_irq_set_type()
201 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_POLARITY, in ath79_gpio_irq_handler()