Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c255 u32 edge_rising; member
646 if (nmk_chip->edge_rising & BIT(offset)) { in __nmk_gpio_irq_modify()
765 nmk_chip->edge_rising &= ~BIT(d->hwirq); in nmk_gpio_irq_set_type()
767 nmk_chip->edge_rising |= BIT(d->hwirq); in nmk_gpio_irq_set_type()
975 if (nmk_chip->edge_rising & BIT(offset)) in nmk_gpio_dbg_show_one()
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c258 u32 edge_rising; member
649 if (nmk_chip->edge_rising & BIT(offset)) { in __nmk_gpio_irq_modify()
765 nmk_chip->edge_rising &= ~BIT(d->hwirq); in nmk_gpio_irq_set_type()
767 nmk_chip->edge_rising |= BIT(d->hwirq); in nmk_gpio_irq_set_type()
975 if (nmk_chip->edge_rising & BIT(offset)) in nmk_gpio_dbg_show_one()

Completed in 14 milliseconds