Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/intel/
Dpinctrl-baytrail.c65 #define BYT_LEVEL BIT(0) macro
68 #define BYT_VAL_RESTORE_MASK (BYT_DIR_MASK | BYT_LEVEL)
1147 return !!(val & BYT_LEVEL); in byt_gpio_get()
1163 writel(old_val | BYT_LEVEL, reg); in byt_gpio_set()
1165 writel(old_val & ~BYT_LEVEL, reg); in byt_gpio_set()
1230 reg |= BYT_LEVEL; in byt_gpio_direction_output()
1232 reg &= ~BYT_LEVEL; in byt_gpio_direction_output()
1317 val & BYT_LEVEL ? "hi" : "lo", in byt_gpio_dbg_show()