Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpio-omap.c40 u32 fallingdetect; member
288 omap_gpio_rmw(base + bank->regs->fallingdetect, gpio_bit, in omap_set_gpio_trigger()
297 bank->context.fallingdetect = in omap_set_gpio_trigger()
298 readl_relaxed(bank->base + bank->regs->fallingdetect); in omap_set_gpio_trigger()
1067 p->context.fallingdetect = readl_relaxed(base + regs->fallingdetect); in omap_gpio_init_context()
1085 writel_relaxed(bank->context.fallingdetect, base + regs->fallingdetect); in omap_gpio_restore_context()
1111 mask = bank->enabled_non_wakeup_gpios & bank->context.fallingdetect; in omap_gpio_idle()
1117 mask &= ~bank->context.fallingdetect; in omap_gpio_idle()
1130 omap_gpio_rmw(base + bank->regs->fallingdetect, nowake, ~nowake); in omap_gpio_idle()
1176 writel_relaxed(bank->context.fallingdetect, in omap_gpio_unidle()
[all …]
/Linux-v5.4/include/linux/platform_data/
Dgpio-omap.h171 u16 fallingdetect; member