Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c65 #define BYT_OUTPUT_EN BIT(1) /* 0: output enabled (active low)*/ macro
774 value |= BYT_OUTPUT_EN; in byt_gpio_set_direction()
1113 if (!(value & BYT_OUTPUT_EN)) in byt_gpio_get_direction()
1132 reg |= BYT_OUTPUT_EN; in byt_gpio_direction_input()
1242 val & BYT_OUTPUT_EN ? " " : "out", in byt_gpio_dbg_show()