Searched refs:BYT_LEVEL (Results 1 – 1 of 1) sorted by relevance
64 #define BYT_LEVEL BIT(0) macro67 #define BYT_VAL_RESTORE_MASK (BYT_DIR_MASK | BYT_LEVEL)1136 return !!(val & BYT_LEVEL); in byt_gpio_get()1152 writel(old_val | BYT_LEVEL, reg); in byt_gpio_set()1154 writel(old_val & ~BYT_LEVEL, reg); in byt_gpio_set()1219 reg |= BYT_LEVEL; in byt_gpio_direction_output()1221 reg &= ~BYT_LEVEL; in byt_gpio_direction_output()1306 val & BYT_LEVEL ? "hi" : "lo", in byt_gpio_dbg_show()