Searched refs:BYT_INPUT_EN (Results 1 – 1 of 1) sorted by relevance
65 #define BYT_INPUT_EN BIT(2) /* 0: input enabled (active low)*/ macro833 if (!(value & BYT_INPUT_EN)) in byt_gpio_force_input_mode()840 value &= ~BYT_INPUT_EN; in byt_gpio_force_input_mode()870 if ((val & BYT_INPUT_EN) || pull != BYT_PULL_ASSIGN_DOWN) in byt_pin_config_get()878 if ((val & BYT_INPUT_EN) || pull != BYT_PULL_ASSIGN_UP) in byt_pin_config_get()1082 if (!(value & BYT_INPUT_EN)) in byt_gpio_get_direction()1203 val & BYT_INPUT_EN ? " " : "in", in byt_gpio_dbg_show()