Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pinctrl/intel/
Dpinctrl-baytrail.c63 #define BYT_OUTPUT_EN BIT(1) /* 0: output enabled (active low)*/ macro
823 value |= BYT_OUTPUT_EN; in byt_gpio_set_direction()
1162 if (!(value & BYT_OUTPUT_EN)) in byt_gpio_get_direction()
1264 val & BYT_OUTPUT_EN ? " " : "out", in byt_gpio_dbg_show()