Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/intel/
Dpinctrl-baytrail.c64 #define BYT_LEVEL BIT(0) macro
71 #define BYT_VAL_RESTORE_MASK (BYT_DIR_MASK | BYT_LEVEL)
289 return val & BYT_LEVEL; in byt_gpio_get()
304 writel(old_val | BYT_LEVEL, reg); in byt_gpio_set()
306 writel(old_val & ~BYT_LEVEL, reg); in byt_gpio_set()
353 writel(reg_val | BYT_LEVEL, reg); in byt_gpio_direction_output()
355 writel(reg_val & ~BYT_LEVEL, reg); in byt_gpio_direction_output()
414 val & BYT_LEVEL ? "hi" : "lo", in byt_gpio_dbg_show()