savesub           142 sound/soc/fsl/fsl_esai.c 	u32 psr, pm = 999, maxfp, prod, sub, savesub, i, j;
savesub           170 sound/soc/fsl/fsl_esai.c 	savesub = (psr ? 1 : 8)  * 256 * maxfp / 1000;
savesub           189 sound/soc/fsl/fsl_esai.c 			if (sub < savesub) {
savesub           190 sound/soc/fsl/fsl_esai.c 				savesub = sub;
savesub           196 sound/soc/fsl/fsl_esai.c 			if (savesub == 0)
savesub           334 sound/soc/fsl/fsl_sai.c 	u32 savediv = 0, ratio, savesub = freq;
savesub           367 sound/soc/fsl/fsl_sai.c 		if (ret < savesub) {
savesub           370 sound/soc/fsl/fsl_sai.c 			savesub = ret;
savesub           410 sound/soc/fsl/fsl_sai.c 			sai->mclk_id[tx], savediv, savesub);
savesub          1107 sound/soc/fsl/fsl_spdif.c 				struct clk *clk, u64 savesub,
savesub          1134 sound/soc/fsl/fsl_spdif.c 				savesub = 0;
savesub          1143 sound/soc/fsl/fsl_spdif.c 				if (sub >= savesub)
savesub          1145 sound/soc/fsl/fsl_spdif.c 				savesub = sub;
savesub          1153 sound/soc/fsl/fsl_spdif.c 				if (sub >= savesub)
savesub          1155 sound/soc/fsl/fsl_spdif.c 				savesub = sub;
savesub          1164 sound/soc/fsl/fsl_spdif.c 	return savesub;
savesub          1173 sound/soc/fsl/fsl_spdif.c 	u64 savesub = 100000, ret;
savesub          1188 sound/soc/fsl/fsl_spdif.c 		ret = fsl_spdif_txclk_caldiv(spdif_priv, clk, savesub, index,
savesub          1190 sound/soc/fsl/fsl_spdif.c 		if (savesub == ret)
savesub          1193 sound/soc/fsl/fsl_spdif.c 		savesub = ret;
savesub          1198 sound/soc/fsl/fsl_spdif.c 		if (savesub < 100)
savesub           683 sound/soc/fsl/fsl_ssi.c 	u64 sub, savesub = 100000;
savesub           743 sound/soc/fsl/fsl_ssi.c 		if (sub < savesub && !(i == 0 && psr == 0 && div2 == 0)) {
savesub           745 sound/soc/fsl/fsl_ssi.c 			savesub = sub;
savesub           750 sound/soc/fsl/fsl_ssi.c 		if (savesub == 0)