Searched refs:ST_PINCONF_PACK (Results 1 – 1 of 1) sorted by relevance
/drivers/pinctrl/ |
D | pinctrl-st.c | 129 #define ST_PINCONF_PACK(conf, val, param) (conf |=\ macro 138 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE) 145 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU) 152 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD) 158 #define ST_PINCONF_PACK_RT(conf) ST_PINCONF_PACK(conf, 1, RT) 166 ST_PINCONF_PACK(conf, 1, RT_INVERTCLK) 174 ST_PINCONF_PACK(conf, 1, RT_CLKNOTDATA) 182 ST_PINCONF_PACK(conf, 1, RT_DOUBLE_EDGE) 188 #define ST_PINCONF_PACK_RT_CLK(conf, val) ST_PINCONF_PACK(conf, val, RT_CLK) 195 ST_PINCONF_PACK(conf, val, RT_DELAY)
|