Searched refs:ST_PINCONF_UNPACK (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/pinctrl/ |
D | pinctrl-st.c | 125 #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(conf, RT_DELAY)
|