Lines Matching defs:fallingdetect
41 u32 fallingdetect;
291 omap_gpio_rmw(base + bank->regs->fallingdetect, gpio_bit,
300 bank->context.fallingdetect =
301 readl_relaxed(bank->base + bank->regs->fallingdetect);
1102 p->context.fallingdetect = readl_relaxed(base + regs->fallingdetect);
1121 writel_relaxed(bank->context.fallingdetect, base + regs->fallingdetect);
1151 mask = bank->enabled_non_wakeup_gpios & bank->context.fallingdetect;
1157 mask &= ~bank->context.fallingdetect;
1170 omap_gpio_rmw(base + bank->regs->fallingdetect, nowake, ~nowake);
1216 writel_relaxed(bank->context.fallingdetect,
1217 bank->base + bank->regs->fallingdetect);
1237 gen0 = l & bank->context.fallingdetect;
1244 gen = l & (~(bank->context.fallingdetect) &
1330 .fallingdetect = OMAP24XX_GPIO_FALLINGDETECT,
1356 .fallingdetect = OMAP4_GPIO_FALLINGDETECT,