Home
last modified time | relevance | path

Searched refs:wake_low (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpio/
Dgpio-omap.c1247 u32 wake_low, wake_hi; in omap_gpio_runtime_suspend() local
1262 wake_low = bank->context.leveldetect0 & bank->context.wake_en; in omap_gpio_runtime_suspend()
1263 if (wake_low) in omap_gpio_runtime_suspend()
1264 writel_relaxed(wake_low | bank->context.fallingdetect, in omap_gpio_runtime_suspend()