Lines Matching defs:conf

129 #define ST_PINCONF_UNPACK(conf, param)\  argument
133 #define ST_PINCONF_PACK(conf, val, param) (conf |=\ argument
141 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE) argument
142 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE) argument
148 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU) argument
149 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU) argument
155 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD) argument
156 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD) argument
161 #define ST_PINCONF_UNPACK_RT(conf) ST_PINCONF_UNPACK(conf, RT) argument
162 #define ST_PINCONF_PACK_RT(conf) ST_PINCONF_PACK(conf, 1, RT) argument
167 #define ST_PINCONF_UNPACK_RT_INVERTCLK(conf) \ argument
169 #define ST_PINCONF_PACK_RT_INVERTCLK(conf) \ argument
175 #define ST_PINCONF_UNPACK_RT_CLKNOTDATA(conf) \ argument
177 #define ST_PINCONF_PACK_RT_CLKNOTDATA(conf) \ argument
183 #define ST_PINCONF_UNPACK_RT_DOUBLE_EDGE(conf) \ argument
185 #define ST_PINCONF_PACK_RT_DOUBLE_EDGE(conf) \ argument
191 #define ST_PINCONF_UNPACK_RT_CLK(conf) ST_PINCONF_UNPACK(conf, RT_CLK) argument
192 #define ST_PINCONF_PACK_RT_CLK(conf, val) ST_PINCONF_PACK(conf, val, RT_CLK) argument
197 #define ST_PINCONF_UNPACK_RT_DELAY(conf) ST_PINCONF_UNPACK(conf, RT_DELAY) argument
198 #define ST_PINCONF_PACK_RT_DELAY(conf, val) \ argument
313 #define ST_IRQ_EDGE_CONF(conf, pin) \ argument
900 struct st_pinconf *conf = info->groups[group].pin_conf; in st_pmx_set_mux() local
1197 struct st_pinconf *conf; in st_pctl_dt_parse_groups() local