Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-omap.c1299 u32 wake_low, wake_hi; in omap_gpio_runtime_suspend() local
1318 wake_hi = bank->context.leveldetect1 & bank->context.wake_en; in omap_gpio_runtime_suspend()
1319 if (wake_hi) in omap_gpio_runtime_suspend()
1320 writel_relaxed(wake_hi | bank->context.risingdetect, in omap_gpio_runtime_suspend()