Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/
Dpinctrl-st.c127 #define ST_PINCONF_UNPACK(conf, param)\ macro
139 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE)
146 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU)
153 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD)
159 #define ST_PINCONF_UNPACK_RT(conf) ST_PINCONF_UNPACK(conf, RT)
166 ST_PINCONF_UNPACK(conf, RT_INVERTCLK)
174 ST_PINCONF_UNPACK(conf, RT_CLKNOTDATA)
182 ST_PINCONF_UNPACK(conf, RT_DOUBLE_EDGE)
189 #define ST_PINCONF_UNPACK_RT_CLK(conf) ST_PINCONF_UNPACK(conf, RT_CLK)
195 #define ST_PINCONF_UNPACK_RT_DELAY(conf) ST_PINCONF_UNPACK(conf, RT_DELAY)