Searched refs:BYT_LEVEL (Results 1 – 1 of 1) sorted by relevance
64 #define BYT_LEVEL BIT(0) macro71 #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()