Searched refs:ST_PINCONF_UNPACK (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/pinctrl/ |
D | pinctrl-st.c | 124 #define ST_PINCONF_UNPACK(conf, param)\ macro 136 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE) 143 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU) 150 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD) 156 #define ST_PINCONF_UNPACK_RT(conf) ST_PINCONF_UNPACK(conf, RT) 163 ST_PINCONF_UNPACK(conf, RT_INVERTCLK) 171 ST_PINCONF_UNPACK(conf, RT_CLKNOTDATA) 179 ST_PINCONF_UNPACK(conf, RT_DOUBLE_EDGE) 186 #define ST_PINCONF_UNPACK_RT_CLK(conf) ST_PINCONF_UNPACK(conf, RT_CLK) 192 #define ST_PINCONF_UNPACK_RT_DELAY(conf) ST_PINCONF_UNPACK(conf, RT_DELAY)
|