Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-ep93xx.c46 u8 int_type2; member
85 writeb_relaxed(eic->int_type2, in ep93xx_gpio_update_int_params()
165 eic->int_type2 ^= port_mask; /* switch edge direction */ in ep93xx_gpio_irq_ack()
180 eic->int_type2 ^= port_mask; /* switch edge direction */ in ep93xx_gpio_irq_mask_ack()
227 eic->int_type2 |= port_mask; in ep93xx_gpio_irq_type()
232 eic->int_type2 &= ~port_mask; in ep93xx_gpio_irq_type()
237 eic->int_type2 |= port_mask; in ep93xx_gpio_irq_type()
242 eic->int_type2 &= ~port_mask; in ep93xx_gpio_irq_type()
249 eic->int_type2 &= ~port_mask; /* falling */ in ep93xx_gpio_irq_type()
251 eic->int_type2 |= port_mask; /* rising */ in ep93xx_gpio_irq_type()