Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpio-ath79.c33 unsigned long both_edges; member
144 ctrl->both_edges |= mask; in ath79_gpio_irq_set_type()
147 ctrl->both_edges &= ~mask; in ath79_gpio_irq_set_type()
187 u32 both_edges, state; in ath79_gpio_irq_handler() local
197 both_edges = ctrl->both_edges & pending; in ath79_gpio_irq_handler()
198 if (both_edges) { in ath79_gpio_irq_handler()
201 both_edges, ~state); in ath79_gpio_irq_handler()
Dgpio-mxs.c55 u32 both_edges; member
84 port->both_edges &= ~pin_mask; in mxs_gpio_set_irq_type()
92 port->both_edges |= pin_mask; in mxs_gpio_set_irq_type()
162 if (port->both_edges & (1 << irqoffset)) in mxs_gpio_irq_handler()
Dgpio-mxc.c67 u32 both_edges; member
180 port->both_edges &= ~(1 << gpio_idx); in gpio_set_irq_type()
200 port->both_edges |= 1 << gpio_idx; in gpio_set_irq_type()
266 if (port->both_edges & (1 << irqoffset)) in mxc_gpio_irq_handler()