Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-omap.c1375 u32 wake_low, wake_hi; in omap_gpio_runtime_suspend() local
1394 wake_hi = bank->context.leveldetect1 & bank->context.wake_en; in omap_gpio_runtime_suspend()
1395 if (wake_hi) in omap_gpio_runtime_suspend()
1396 writel_relaxed(wake_hi | bank->context.risingdetect, in omap_gpio_runtime_suspend()