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

/linux-master/drivers/pinctrl/
H A Dpinctrl-st.c141 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE) macro
459 if (ST_PINCONF_UNPACK_OE(config)) {
553 int input = ST_PINCONF_UNPACK_OE(config) ? 0 : 1;
607 int output = ST_PINCONF_UNPACK_OE(*config);
639 int output = ST_PINCONF_UNPACK_OE(*config);
744 if (ST_PINCONF_UNPACK_OE(config))

Completed in 185 milliseconds