Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c66 #define BYT_LEVEL BIT(0) macro
69 #define BYT_VAL_RESTORE_MASK (BYT_DIR_MASK | BYT_LEVEL)
1077 return !!(val & BYT_LEVEL); in byt_gpio_get()
1093 writel(old_val | BYT_LEVEL, reg); in byt_gpio_set()
1095 writel(old_val & ~BYT_LEVEL, reg); in byt_gpio_set()
1160 reg |= BYT_LEVEL; in byt_gpio_direction_output()
1162 reg &= ~BYT_LEVEL; in byt_gpio_direction_output()
1243 str_hi_lo(val & BYT_LEVEL), in byt_gpio_dbg_show()