Searched refs:ST_PINCONF_PACK (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A 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(con [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-st.c | 133 #define ST_PINCONF_PACK(conf, val, param) (conf |=\ macro 142 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE) 149 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU) 156 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD) 162 #define ST_PINCONF_PACK_RT(conf) ST_PINCONF_PACK(conf, 1, RT) 170 ST_PINCONF_PACK(conf, 1, RT_INVERTCLK) 178 ST_PINCONF_PACK(conf, 1, RT_CLKNOTDATA) 186 ST_PINCONF_PACK(conf, 1, RT_DOUBLE_EDGE) 192 #define ST_PINCONF_PACK_RT_CLK(conf, val) ST_PINCONF_PACK(conf, val, RT_CLK) 199 ST_PINCONF_PACK(con [all...] |
Completed in 8 milliseconds