Lines Matching defs:pre_proc
158 * @pre_proc: return value for pre-processing option
168 int *pre_proc, int *post_proc)
173 /* select pre_proc between [0, 2] */
175 *pre_proc = 2;
178 *pre_proc = 2;
180 *pre_proc = 1;
182 *pre_proc = 0;
184 *pre_proc = 2;
186 *pre_proc = 1;
386 int pre_proc, post_proc;
561 fsl_asrc_sel_proc(inrate, outrate, &pre_proc, &post_proc);
566 ASRCFG_PREMOD(index, pre_proc) |