Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/intel/
Dpinctrl-baytrail.c69 #define BYT_CONF0_RESTORE_MASK (BYT_DIRECT_IRQ_EN | BYT_TRIG_MASK | \ macro
653 value = readl(reg) & BYT_CONF0_RESTORE_MASK; in byt_gpio_suspend()
676 if ((value & BYT_CONF0_RESTORE_MASK) != in byt_gpio_resume()
678 value &= ~BYT_CONF0_RESTORE_MASK; in byt_gpio_resume()