Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c67 #define BYT_LEVEL BIT(0) macro
70 #define BYT_VAL_RESTORE_MASK (BYT_DIR_MASK | BYT_LEVEL)
1045 return !!(val & BYT_LEVEL); in byt_gpio_get()
1062 writel(old_val | BYT_LEVEL, reg); in byt_gpio_set()
1064 writel(old_val & ~BYT_LEVEL, reg); in byt_gpio_set()
1124 reg |= BYT_LEVEL; in byt_gpio_direction_output()
1126 reg &= ~BYT_LEVEL; in byt_gpio_direction_output()
1205 str_hi_lo(val & BYT_LEVEL), in byt_gpio_dbg_show()