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

/linux-master/drivers/pinctrl/
H A Dpinctrl-st.c129 #define ST_PINCONF_UNPACK(conf, param)\ macro
141 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE)
148 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU)
155 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD)
161 #define ST_PINCONF_UNPACK_RT(conf) ST_PINCONF_UNPACK(conf, RT)
168 ST_PINCONF_UNPACK(conf, RT_INVERTCLK)
176 ST_PINCONF_UNPACK(conf, RT_CLKNOTDATA)
184 ST_PINCONF_UNPACK(conf, RT_DOUBLE_EDGE)
191 #define ST_PINCONF_UNPACK_RT_CLK(conf) ST_PINCONF_UNPACK(conf, RT_CLK)
197 #define ST_PINCONF_UNPACK_RT_DELAY(conf) ST_PINCONF_UNPACK(con
[all...]

Completed in 179 milliseconds