maxfp             142 sound/soc/fsl/fsl_esai.c 	u32 psr, pm = 999, maxfp, prod, sub, savesub, i, j;
maxfp             144 sound/soc/fsl/fsl_esai.c 	maxfp = usefp ? 16 : 1;
maxfp             149 sound/soc/fsl/fsl_esai.c 	if (ratio > 2 * 8 * 256 * maxfp || ratio < 2) {
maxfp             151 sound/soc/fsl/fsl_esai.c 				2 * 8 * 256 * maxfp);
maxfp             160 sound/soc/fsl/fsl_esai.c 	psr = ratio <= 256 * maxfp ? ESAI_xCCR_xPSR_BYPASS : ESAI_xCCR_xPSR_DIV8;
maxfp             170 sound/soc/fsl/fsl_esai.c 	savesub = (psr ? 1 : 8)  * 256 * maxfp / 1000;
maxfp             174 sound/soc/fsl/fsl_esai.c 		for (j = 1; j <= maxfp; j++) {
maxfp             213 sound/soc/fsl/fsl_esai.c 	if (maxfp <= 1)