Searched refs:both_edges (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpio/
H A Dgpio-mxs.c69 u32 both_edges; member in struct:mxs_gpio_port
93 port->both_edges &= ~pin_mask; mxs_gpio_set_irq_type()
101 port->both_edges |= pin_mask; mxs_gpio_set_irq_type()
169 if (port->both_edges & (1 << irqoffset)) mxs_gpio_irq_handler()
H A Dgpio-mxc.c68 u32 both_edges; member in struct:mxc_gpio_port
179 port->both_edges &= ~(1 << gpio_idx); gpio_set_irq_type()
199 port->both_edges |= 1 << gpio_idx; gpio_set_irq_type()
265 if (port->both_edges & (1 << irqoffset)) mxc_gpio_irq_handler()

Completed in 372 milliseconds