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

/linux-4.4.14/drivers/pinctrl/intel/
H A Dpinctrl-cherryview.c75 * @invert_oe: Invert OE for this pin
80 bool invert_oe; member in struct:chv_alternate_function
190 .invert_oe = (i), \
199 .altfunc.invert_oe = (i), \
208 .altfunc.invert_oe = (i), \
310 /* LPE I2S TXD pins need to have invert_oe set */
831 /* Update for invert_oe */ chv_pinmux_set_mux()
834 if (altfunc->invert_oe) chv_pinmux_set_mux()
839 pin, altfunc->mode, altfunc->invert_oe ? "" : "not "); chv_pinmux_set_mux()

Completed in 68 milliseconds