Lines Matching defs:pre_proc
162 * @pre_proc: return value for pre-processing option
172 int *pre_proc, int *post_proc)
177 /* select pre_proc between [0, 2] */
179 *pre_proc = 2;
182 *pre_proc = 2;
184 *pre_proc = 1;
186 *pre_proc = 0;
188 *pre_proc = 2;
190 *pre_proc = 1;
390 int pre_proc, post_proc;
565 fsl_asrc_sel_proc(inrate, outrate, &pre_proc, &post_proc);
570 ASRCFG_PREMOD(index, pre_proc) |