Lines Matching refs:fallingdetect
41 u32 fallingdetect; member
291 omap_gpio_rmw(base + bank->regs->fallingdetect, gpio_bit, in omap_set_gpio_trigger()
300 bank->context.fallingdetect = in omap_set_gpio_trigger()
301 readl_relaxed(bank->base + bank->regs->fallingdetect); in omap_set_gpio_trigger()
1105 p->context.fallingdetect = readl_relaxed(base + regs->fallingdetect); in omap_gpio_init_context()
1124 writel_relaxed(bank->context.fallingdetect, base + regs->fallingdetect); in omap_gpio_restore_context()
1154 mask = bank->enabled_non_wakeup_gpios & bank->context.fallingdetect; in omap_gpio_idle()
1160 mask &= ~bank->context.fallingdetect; in omap_gpio_idle()
1173 omap_gpio_rmw(base + bank->regs->fallingdetect, nowake, ~nowake); in omap_gpio_idle()
1219 writel_relaxed(bank->context.fallingdetect, in omap_gpio_unidle()
1220 bank->base + bank->regs->fallingdetect); in omap_gpio_unidle()
1240 gen0 = l & bank->context.fallingdetect; in omap_gpio_unidle()
1247 gen = l & (~(bank->context.fallingdetect) & in omap_gpio_unidle()
1333 .fallingdetect = OMAP24XX_GPIO_FALLINGDETECT,
1359 .fallingdetect = OMAP4_GPIO_FALLINGDETECT,