Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c63 #define BYT_OUTPUT_EN BIT(1) /* 0: output enabled (active low)*/ macro
833 value |= BYT_OUTPUT_EN; in byt_gpio_set_direction()
1172 if (!(value & BYT_OUTPUT_EN)) in byt_gpio_get_direction()
1191 reg |= BYT_OUTPUT_EN; in byt_gpio_direction_input()
1305 val & BYT_OUTPUT_EN ? " " : "out", in byt_gpio_dbg_show()
/kernel/linux/linux-6.6/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c65 #define BYT_OUTPUT_EN BIT(1) /* 0: output enabled (active low)*/ macro
772 value |= BYT_OUTPUT_EN; in byt_gpio_set_direction()
1111 if (!(value & BYT_OUTPUT_EN)) in byt_gpio_get_direction()
1130 reg |= BYT_OUTPUT_EN; in byt_gpio_direction_input()
1240 val & BYT_OUTPUT_EN ? " " : "out", in byt_gpio_dbg_show()

Completed in 5 milliseconds