Lines Matching refs:fallingdetect
45 u32 fallingdetect; member
358 omap_gpio_rmw(base, bank->regs->fallingdetect, gpio_bit, in omap_set_gpio_trigger()
367 bank->context.fallingdetect = in omap_set_gpio_trigger()
368 readl_relaxed(bank->base + bank->regs->fallingdetect); in omap_set_gpio_trigger()
1392 writel_relaxed(wake_low | bank->context.fallingdetect, in omap_gpio_runtime_suspend()
1393 bank->base + bank->regs->fallingdetect); in omap_gpio_runtime_suspend()
1413 l1 = bank->context.fallingdetect; in omap_gpio_runtime_suspend()
1419 writel_relaxed(l1, bank->base + bank->regs->fallingdetect); in omap_gpio_runtime_suspend()
1468 writel_relaxed(bank->context.fallingdetect, in omap_gpio_runtime_resume()
1469 bank->base + bank->regs->fallingdetect); in omap_gpio_runtime_resume()
1507 gen0 = l & bank->context.fallingdetect; in omap_gpio_runtime_resume()
1514 gen = l & (~(bank->context.fallingdetect) & in omap_gpio_runtime_resume()
1589 p->context.fallingdetect = readl_relaxed(base + regs->fallingdetect); in omap_gpio_init_context()
1612 writel_relaxed(bank->context.fallingdetect, in omap_gpio_restore_context()
1613 bank->base + bank->regs->fallingdetect); in omap_gpio_restore_context()
1667 .fallingdetect = OMAP24XX_GPIO_FALLINGDETECT,
1690 .fallingdetect = OMAP4_GPIO_FALLINGDETECT,