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()
154 disabled = ath79_gpio_update_bits( in ath79_gpio_irq_set_type()
157 ath79_gpio_update_bits( in ath79_gpio_irq_set_type()
159 ath79_gpio_update_bits( in ath79_gpio_irq_set_type()
163 ath79_gpio_update_bits( in ath79_gpio_irq_set_type()
200 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_POLARITY, in ath79_gpio_irq_handler()