[go: nahoru, domu]

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

/drivers/pinctrl/
H A Dpinctrl-st.c139 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE) macro
470 if (ST_PINCONF_UNPACK_OE(config)) {
565 int input = ST_PINCONF_UNPACK_OE(config) ? 0 : 1;
619 int output = ST_PINCONF_UNPACK_OE(*config);
651 int output = ST_PINCONF_UNPACK_OE(*config);
1020 ST_PINCONF_UNPACK_OE(config),

Completed in 16 milliseconds