Lines Matching defs:fallingdetect
41 u32 fallingdetect;
290 omap_gpio_rmw(base + bank->regs->fallingdetect, gpio_bit,
299 bank->context.fallingdetect =
300 readl_relaxed(bank->base + bank->regs->fallingdetect);
1083 p->context.fallingdetect = readl_relaxed(base + regs->fallingdetect);
1102 writel_relaxed(bank->context.fallingdetect, base + regs->fallingdetect);
1132 mask = bank->enabled_non_wakeup_gpios & bank->context.fallingdetect;
1138 mask &= ~bank->context.fallingdetect;
1151 omap_gpio_rmw(base + bank->regs->fallingdetect, nowake, ~nowake);
1197 writel_relaxed(bank->context.fallingdetect,
1198 bank->base + bank->regs->fallingdetect);
1218 gen0 = l & bank->context.fallingdetect;
1225 gen = l & (~(bank->context.fallingdetect) &
1311 .fallingdetect = OMAP24XX_GPIO_FALLINGDETECT,
1337 .fallingdetect = OMAP4_GPIO_FALLINGDETECT,