Searched refs:ath79_gpio_update_bits (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/gpio/ |
D | gpio-ath79.c | 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() [all …]
|