Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c68 #define BYT_CONF0_RESTORE_MASK (BYT_DIRECT_IRQ_EN | BYT_TRIG_MASK | BYT_PIN_MUX) macro
1690 value = readl(reg) & BYT_CONF0_RESTORE_MASK; in byt_gpio_suspend()
1725 if ((value & BYT_CONF0_RESTORE_MASK) != in byt_gpio_resume()
1727 value &= ~BYT_CONF0_RESTORE_MASK; in byt_gpio_resume()