Home
last modified time | relevance | path

Searched refs:wake_hi (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
1266 wake_hi = bank->context.leveldetect1 & bank->context.wake_en; in omap_gpio_runtime_suspend()
1267 if (wake_hi) in omap_gpio_runtime_suspend()
1268 writel_relaxed(wake_hi | bank->context.risingdetect, in omap_gpio_runtime_suspend()