Searched refs:ST_PINCONF_PACK (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/pinctrl/ |
D | pinctrl-st.c | 128 #define ST_PINCONF_PACK(conf, val, param) (conf |=\ macro 137 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE) 144 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU) 151 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD) 157 #define ST_PINCONF_PACK_RT(conf) ST_PINCONF_PACK(conf, 1, RT) 165 ST_PINCONF_PACK(conf, 1, RT_INVERTCLK) 173 ST_PINCONF_PACK(conf, 1, RT_CLKNOTDATA) 181 ST_PINCONF_PACK(conf, 1, RT_DOUBLE_EDGE) 187 #define ST_PINCONF_PACK_RT_CLK(conf, val) ST_PINCONF_PACK(conf, val, RT_CLK) 194 ST_PINCONF_PACK(conf, val, RT_DELAY)
|