Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/intel/
Dpinctrl-baytrail.c54 #define BYT_PIN_MUX 0x07 macro
65 BYT_PIN_MUX)
866 value &= ~BYT_PIN_MUX; in byt_set_group_simple_mux()
896 value &= ~BYT_PIN_MUX; in byt_set_group_mixed_mux()
977 value = readl(reg) & BYT_PIN_MUX; in byt_gpio_request_enable()
980 value = readl(reg) & ~BYT_PIN_MUX; in byt_gpio_request_enable()
1665 } else if ((value & BYT_PIN_MUX) == byt_get_gpio_mux(vg, i)) { in byt_gpio_irq_init_hw()