Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-ep93xx.c48 u8 int_type2; member
87 writeb_relaxed(eic->int_type2, in ep93xx_gpio_update_int_params()
167 eic->int_type2 ^= port_mask; /* switch edge direction */ in ep93xx_gpio_irq_ack()
182 eic->int_type2 ^= port_mask; /* switch edge direction */ in ep93xx_gpio_irq_mask_ack()
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()
247 eic->int_type2 &= ~port_mask; in ep93xx_gpio_irq_type()
254 eic->int_type2 &= ~port_mask; /* falling */ in ep93xx_gpio_irq_type()
256 eic->int_type2 |= port_mask; /* rising */ in ep93xx_gpio_irq_type()