Searched refs:BYT_OUTPUT_EN (Results 1 – 1 of 1) sorted by relevance
66 #define BYT_OUTPUT_EN BIT(1) /* 0: output enabled (active low)*/ macro 765 value |= BYT_OUTPUT_EN; in byt_gpio_set_direction() 1082 if (!(value & BYT_OUTPUT_EN)) in byt_gpio_get_direction() 1100 reg |= BYT_OUTPUT_EN; in byt_gpio_direction_input() 1206 val & BYT_OUTPUT_EN ? " " : "out", in byt_gpio_dbg_show()