Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/intel/
Dpinctrl-baytrail.c59 #define BYT_LEVEL BIT(0) macro
66 #define BYT_VAL_RESTORE_MASK (BYT_DIR_MASK | BYT_LEVEL)
284 return val & BYT_LEVEL; in byt_gpio_get()
299 writel(old_val | BYT_LEVEL, reg); in byt_gpio_set()
301 writel(old_val & ~BYT_LEVEL, reg); in byt_gpio_set()
348 writel(reg_val | BYT_LEVEL, reg); in byt_gpio_direction_output()
350 writel(reg_val & ~BYT_LEVEL, reg); in byt_gpio_direction_output()
409 val & BYT_LEVEL ? "hi" : "lo", in byt_gpio_dbg_show()