Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/intel/
Dpinctrl-baytrail.c64 #define BYT_OUTPUT_EN BIT(1) /* 0: output enabled (active low)*/ macro
844 value |= BYT_OUTPUT_EN; in byt_gpio_set_direction()
1183 if (!(value & BYT_OUTPUT_EN)) in byt_gpio_get_direction()
1202 reg |= BYT_OUTPUT_EN; in byt_gpio_direction_input()
1316 val & BYT_OUTPUT_EN ? " " : "out", in byt_gpio_dbg_show()