Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-st.c125 #define ST_PINCONF_UNPACK(conf, param)\ macro
137 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE)
144 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU)
151 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD)
157 #define ST_PINCONF_UNPACK_RT(conf) ST_PINCONF_UNPACK(conf, RT)
164 ST_PINCONF_UNPACK(conf, RT_INVERTCLK)
172 ST_PINCONF_UNPACK(conf, RT_CLKNOTDATA)
180 ST_PINCONF_UNPACK(conf, RT_DOUBLE_EDGE)
187 #define ST_PINCONF_UNPACK_RT_CLK(conf) ST_PINCONF_UNPACK(conf, RT_CLK)
193 #define ST_PINCONF_UNPACK_RT_DELAY(conf) ST_PINCONF_UNPACK(con
[all...]
/kernel/linux/linux-6.6/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 5 milliseconds