Lines Matching refs:fallingdetect
44 u32 fallingdetect; member
305 omap_gpio_rmw(base, bank->regs->fallingdetect, gpio_bit, in omap_set_gpio_trigger()
314 bank->context.fallingdetect = in omap_set_gpio_trigger()
315 readl_relaxed(bank->base + bank->regs->fallingdetect); in omap_set_gpio_trigger()
1264 writel_relaxed(wake_low | bank->context.fallingdetect, in omap_gpio_runtime_suspend()
1265 bank->base + bank->regs->fallingdetect); in omap_gpio_runtime_suspend()
1285 l1 = bank->context.fallingdetect; in omap_gpio_runtime_suspend()
1291 writel_relaxed(l1, bank->base + bank->regs->fallingdetect); in omap_gpio_runtime_suspend()
1340 writel_relaxed(bank->context.fallingdetect, in omap_gpio_runtime_resume()
1341 bank->base + bank->regs->fallingdetect); in omap_gpio_runtime_resume()
1379 gen0 = l & bank->context.fallingdetect; in omap_gpio_runtime_resume()
1386 gen = l & (~(bank->context.fallingdetect) & in omap_gpio_runtime_resume()
1459 p->context.fallingdetect = readl_relaxed(base + regs->fallingdetect); in omap_gpio_init_context()
1482 writel_relaxed(bank->context.fallingdetect, in omap_gpio_restore_context()
1483 bank->base + bank->regs->fallingdetect); in omap_gpio_restore_context()
1537 .fallingdetect = OMAP24XX_GPIO_FALLINGDETECT,
1560 .fallingdetect = OMAP4_GPIO_FALLINGDETECT,