Home
last modified time | relevance | path

Searched refs:int_type2 (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpio/
Dgpio-ep93xx.c28 u8 int_type2; member
62 writeb_relaxed(eic->int_type2, in ep93xx_gpio_update_int_params()
130 eic->int_type2 ^= port_mask; /* switch edge direction */ in ep93xx_gpio_irq_ack()
145 eic->int_type2 ^= port_mask; /* switch edge direction */ in ep93xx_gpio_irq_mask_ack()
194 eic->int_type2 |= port_mask; in ep93xx_gpio_irq_type()
199 eic->int_type2 &= ~port_mask; in ep93xx_gpio_irq_type()
204 eic->int_type2 |= port_mask; in ep93xx_gpio_irq_type()
209 eic->int_type2 &= ~port_mask; in ep93xx_gpio_irq_type()
216 eic->int_type2 &= ~port_mask; /* falling */ in ep93xx_gpio_irq_type()
218 eic->int_type2 |= port_mask; /* rising */ in ep93xx_gpio_irq_type()