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

/linux-4.1.27/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c62 #define BYT_INPUT_EN BIT(2) /* 0: input enabled (active low)*/ macro
321 value &= ~BYT_INPUT_EN; /* active low */ byt_gpio_direction_input()
350 reg_val &= ~(BYT_OUTPUT_EN | BYT_INPUT_EN); byt_gpio_direction_output()
412 val & BYT_INPUT_EN ? " " : "in", byt_gpio_dbg_show()

Completed in 55 milliseconds