Lines Matching defs:conf
127 #define ST_PINCONF_UNPACK(conf, param)\ argument
131 #define ST_PINCONF_PACK(conf, val, param) (conf |=\ argument
139 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE) argument
140 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE) argument
146 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU) argument
147 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU) argument
153 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD) argument
154 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD) argument
159 #define ST_PINCONF_UNPACK_RT(conf) ST_PINCONF_UNPACK(conf, RT) argument
160 #define ST_PINCONF_PACK_RT(conf) ST_PINCONF_PACK(conf, 1, RT) argument
165 #define ST_PINCONF_UNPACK_RT_INVERTCLK(conf) \ argument
167 #define ST_PINCONF_PACK_RT_INVERTCLK(conf) \ argument
173 #define ST_PINCONF_UNPACK_RT_CLKNOTDATA(conf) \ argument
175 #define ST_PINCONF_PACK_RT_CLKNOTDATA(conf) \ argument
181 #define ST_PINCONF_UNPACK_RT_DOUBLE_EDGE(conf) \ argument
183 #define ST_PINCONF_PACK_RT_DOUBLE_EDGE(conf) \ argument
189 #define ST_PINCONF_UNPACK_RT_CLK(conf) ST_PINCONF_UNPACK(conf, RT_CLK) argument
190 #define ST_PINCONF_PACK_RT_CLK(conf, val) ST_PINCONF_PACK(conf, val, RT_CLK) argument
195 #define ST_PINCONF_UNPACK_RT_DELAY(conf) ST_PINCONF_UNPACK(conf, RT_DELAY) argument
196 #define ST_PINCONF_PACK_RT_DELAY(conf, val) \ argument
311 #define ST_IRQ_EDGE_CONF(conf, pin) \ argument
902 struct st_pinconf *conf = info->groups[group].pin_conf; in st_pmx_set_mux() local
1171 struct st_pinconf *conf; in st_pctl_dt_parse_groups() local