Lines Matching refs:ath79_gpio_update_bits
57 static bool ath79_gpio_update_bits( in ath79_gpio_update_bits() function
78 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_MASK, mask, mask); in ath79_gpio_irq_unmask()
89 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_MASK, mask, 0); in ath79_gpio_irq_mask()
100 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_ENABLE, mask, mask); in ath79_gpio_irq_enable()
101 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_MASK, mask, mask); in ath79_gpio_irq_enable()
112 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_MASK, mask, 0); in ath79_gpio_irq_disable()
113 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_ENABLE, mask, 0); in ath79_gpio_irq_disable()
157 disabled = ath79_gpio_update_bits( in ath79_gpio_irq_set_type()
160 ath79_gpio_update_bits( in ath79_gpio_irq_set_type()
162 ath79_gpio_update_bits( in ath79_gpio_irq_set_type()
166 ath79_gpio_update_bits( in ath79_gpio_irq_set_type()
203 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_POLARITY, in ath79_gpio_irq_handler()