Searched refs:ath79_gpio_update_bits (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/gpio/ |
D | gpio-ath79.c | 55 static bool ath79_gpio_update_bits( in ath79_gpio_update_bits() function 77 ath79_gpio_update_bits(ctrl, AR71XX_GPIO_REG_INT_MASK, mask, mask); in ath79_gpio_irq_unmask() 88 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() 158 disabled = ath79_gpio_update_bits( in ath79_gpio_irq_set_type() 161 ath79_gpio_update_bits( in ath79_gpio_irq_set_type() 163 ath79_gpio_update_bits( in ath79_gpio_irq_set_type() [all …]
|