Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/intel/
Dpinctrl-baytrail.c58 #define BYT_OUTPUT_EN BIT(1) /* 0: output enabled (active low)*/ macro
1021 value |= BYT_OUTPUT_EN; in byt_gpio_set_direction()
1360 if (!(value & BYT_OUTPUT_EN)) in byt_gpio_get_direction()
1462 val & BYT_OUTPUT_EN ? " " : "out", in byt_gpio_dbg_show()