Searched refs:both_edges (Results 1 – 4 of 4) sorted by relevance
34 unsigned long both_edges; member148 ctrl->both_edges |= mask; in ath79_gpio_irq_set_type()151 ctrl->both_edges &= ~mask; in ath79_gpio_irq_set_type()193 u32 both_edges, state; in ath79_gpio_irq_handler() local203 both_edges = ctrl->both_edges & pending; in ath79_gpio_irq_handler()204 if (both_edges) { in ath79_gpio_irq_handler()207 both_edges, ~state); in ath79_gpio_irq_handler()
54 u32 both_edges; member78 port->both_edges &= ~pin_mask; in mxs_gpio_set_irq_type()86 port->both_edges |= pin_mask; in mxs_gpio_set_irq_type()156 if (port->both_edges & (1 << irqoffset)) in mxs_gpio_irq_handler()
69 u32 both_edges; member170 port->both_edges &= ~(1 << gpio_idx); in gpio_set_irq_type()190 port->both_edges |= 1 << gpio_idx; in gpio_set_irq_type()267 if (port->both_edges & (1 << irqoffset)) in mxc_gpio_irq_handler()
62 unsigned long both_edges; member256 __assign_bit(bit, &pctrl->both_edges, 0); in wpcm450_gpio_set_irq_type()276 __assign_bit(bit, &pctrl->both_edges, 1); in wpcm450_gpio_set_irq_type()325 if (pending & pctrl->both_edges) in wpcm450_gpio_irqhandler()326 wpcm450_gpio_fix_evpol(gpio, pending & pctrl->both_edges); in wpcm450_gpio_irqhandler()