Ndiv              280 sound/soc/codecs/wm8510.c 	unsigned int K, Ndiv, Nmod;
Ndiv              282 sound/soc/codecs/wm8510.c 	Ndiv = target / source;
Ndiv              283 sound/soc/codecs/wm8510.c 	if (Ndiv < 6) {
Ndiv              286 sound/soc/codecs/wm8510.c 		Ndiv = target / source;
Ndiv              290 sound/soc/codecs/wm8510.c 	if ((Ndiv < 6) || (Ndiv > 12))
Ndiv              293 sound/soc/codecs/wm8510.c 			Ndiv);
Ndiv              295 sound/soc/codecs/wm8510.c 	pll_div.n = Ndiv;
Ndiv              404 sound/soc/codecs/wm8580.c 	unsigned int K, Ndiv, Nmod;
Ndiv              428 sound/soc/codecs/wm8580.c 	Ndiv = target / source;
Ndiv              430 sound/soc/codecs/wm8580.c 	if (Ndiv < 5) {
Ndiv              433 sound/soc/codecs/wm8580.c 		Ndiv = target / source;
Ndiv              437 sound/soc/codecs/wm8580.c 	if ((Ndiv < 5) || (Ndiv > 13)) {
Ndiv              439 sound/soc/codecs/wm8580.c 			"WM8580 N=%u outside supported range\n", Ndiv);
Ndiv              443 sound/soc/codecs/wm8580.c 	pll_div->n = Ndiv;
Ndiv              706 sound/soc/codecs/wm8753.c 	unsigned int K, Ndiv, Nmod;
Ndiv              708 sound/soc/codecs/wm8753.c 	Ndiv = target / source;
Ndiv              709 sound/soc/codecs/wm8753.c 	if (Ndiv < 6) {
Ndiv              712 sound/soc/codecs/wm8753.c 		Ndiv = target / source;
Ndiv              716 sound/soc/codecs/wm8753.c 	if ((Ndiv < 6) || (Ndiv > 12))
Ndiv              718 sound/soc/codecs/wm8753.c 			"wm8753: unsupported N = %u\n", Ndiv);
Ndiv              720 sound/soc/codecs/wm8753.c 	pll_div->n = Ndiv;
Ndiv              348 sound/soc/codecs/wm8804.c 	unsigned long int K, Ndiv, Nmod, tmp;
Ndiv              373 sound/soc/codecs/wm8804.c 	Ndiv = target / source;
Ndiv              374 sound/soc/codecs/wm8804.c 	if (Ndiv < 5) {
Ndiv              377 sound/soc/codecs/wm8804.c 		Ndiv = target / source;
Ndiv              380 sound/soc/codecs/wm8804.c 	if (Ndiv < 5 || Ndiv > 13) {
Ndiv              382 sound/soc/codecs/wm8804.c 		       __func__, Ndiv);
Ndiv              385 sound/soc/codecs/wm8804.c 	pll_div->n = Ndiv;
Ndiv              689 sound/soc/codecs/wm8900.c 	unsigned int K, Ndiv, Nmod, target;
Ndiv              721 sound/soc/codecs/wm8900.c 	Ndiv = target / Fref;
Ndiv              728 sound/soc/codecs/wm8900.c 	fll_div->n = Ndiv / fll_div->fll_ratio;
Ndiv             1609 sound/soc/codecs/wm8904.c 	unsigned int K, Ndiv, Nmod, target;
Ndiv             1661 sound/soc/codecs/wm8904.c 	Ndiv = target / Fref;
Ndiv             1663 sound/soc/codecs/wm8904.c 	fll_div->n = Ndiv;
Ndiv              527 sound/soc/codecs/wm8940.c 	unsigned int K, Ndiv, Nmod;
Ndiv              529 sound/soc/codecs/wm8940.c 	Ndiv = target / source;
Ndiv              531 sound/soc/codecs/wm8940.c 	if (Ndiv > 12) {
Ndiv              535 sound/soc/codecs/wm8940.c 		Ndiv = target / source;
Ndiv              536 sound/soc/codecs/wm8940.c 	} else if (Ndiv < 3) {
Ndiv              540 sound/soc/codecs/wm8940.c 		Ndiv = target / source;
Ndiv              541 sound/soc/codecs/wm8940.c 	} else if (Ndiv < 6) {
Ndiv              545 sound/soc/codecs/wm8940.c 		Ndiv = target / source;
Ndiv              549 sound/soc/codecs/wm8940.c 	if ((Ndiv < 6) || (Ndiv > 12))
Ndiv              552 sound/soc/codecs/wm8940.c 			Ndiv);
Ndiv              554 sound/soc/codecs/wm8940.c 	pll_div.n = Ndiv;
Ndiv              147 sound/soc/codecs/wm8955.c 	unsigned int K, Ndiv, Nmod, target;
Ndiv              168 sound/soc/codecs/wm8955.c 	Ndiv = target / Fref;
Ndiv              170 sound/soc/codecs/wm8955.c 	pll->n = Ndiv;
Ndiv             1113 sound/soc/codecs/wm8960.c 	unsigned int Ndiv;
Ndiv             1120 sound/soc/codecs/wm8960.c 	Ndiv = target / source;
Ndiv             1122 sound/soc/codecs/wm8960.c 	if (Ndiv < 6) {
Ndiv             1124 sound/soc/codecs/wm8960.c 		Ndiv = target / source;
Ndiv             1127 sound/soc/codecs/wm8960.c 	if ((Ndiv < 6) || (Ndiv > 12))
Ndiv             1141 sound/soc/codecs/wm8960.c 	unsigned int K, Ndiv, Nmod;
Ndiv             1148 sound/soc/codecs/wm8960.c 	Ndiv = target / source;
Ndiv             1149 sound/soc/codecs/wm8960.c 	if (Ndiv < 6) {
Ndiv             1152 sound/soc/codecs/wm8960.c 		Ndiv = target / source;
Ndiv             1156 sound/soc/codecs/wm8960.c 	if ((Ndiv < 6) || (Ndiv > 12)) {
Ndiv             1157 sound/soc/codecs/wm8960.c 		pr_err("WM8960 PLL: Unsupported N=%d\n", Ndiv);
Ndiv             1161 sound/soc/codecs/wm8960.c 	pll_div->n = Ndiv;
Ndiv              284 sound/soc/codecs/wm8974.c 	unsigned int K, Ndiv, Nmod;
Ndiv              289 sound/soc/codecs/wm8974.c 	Ndiv = target / source;
Ndiv              290 sound/soc/codecs/wm8974.c 	if (Ndiv < 6) {
Ndiv              293 sound/soc/codecs/wm8974.c 		Ndiv = target / source;
Ndiv              297 sound/soc/codecs/wm8974.c 	if ((Ndiv < 6) || (Ndiv > 12))
Ndiv              300 sound/soc/codecs/wm8974.c 			Ndiv);
Ndiv              302 sound/soc/codecs/wm8974.c 	pll_div->n = Ndiv;
Ndiv              754 sound/soc/codecs/wm8983.c 	unsigned long int K, Ndiv, Nmod;
Ndiv              757 sound/soc/codecs/wm8983.c 	Ndiv = target / source;
Ndiv              758 sound/soc/codecs/wm8983.c 	if (Ndiv < 6) {
Ndiv              761 sound/soc/codecs/wm8983.c 		Ndiv = target / source;
Ndiv              764 sound/soc/codecs/wm8983.c 	if (Ndiv < 6 || Ndiv > 12) {
Ndiv              766 sound/soc/codecs/wm8983.c 		       " the recommended range: %lu\n", __func__, Ndiv);
Ndiv              769 sound/soc/codecs/wm8983.c 	pll_div->n = Ndiv;
Ndiv              851 sound/soc/codecs/wm8985.c 	unsigned long int K, Ndiv, Nmod;
Ndiv              854 sound/soc/codecs/wm8985.c 	Ndiv = target / source;
Ndiv              855 sound/soc/codecs/wm8985.c 	if (Ndiv < 6) {
Ndiv              858 sound/soc/codecs/wm8985.c 		Ndiv = target / source;
Ndiv              861 sound/soc/codecs/wm8985.c 	if (Ndiv < 6 || Ndiv > 12) {
Ndiv              863 sound/soc/codecs/wm8985.c 		       " the recommended range: %lu\n", __func__, Ndiv);
Ndiv              866 sound/soc/codecs/wm8985.c 	pll_div->n = Ndiv;
Ndiv              897 sound/soc/codecs/wm8990.c 	unsigned int K, Ndiv, Nmod;
Ndiv              900 sound/soc/codecs/wm8990.c 	Ndiv = target / source;
Ndiv              901 sound/soc/codecs/wm8990.c 	if (Ndiv < 6) {
Ndiv              904 sound/soc/codecs/wm8990.c 		Ndiv = target / source;
Ndiv              908 sound/soc/codecs/wm8990.c 	if ((Ndiv < 6) || (Ndiv > 12))
Ndiv              910 sound/soc/codecs/wm8990.c 		"WM8990 N value outwith recommended range! N = %u\n", Ndiv);
Ndiv              912 sound/soc/codecs/wm8990.c 	pll_div->n = Ndiv;
Ndiv              889 sound/soc/codecs/wm8991.c 	unsigned int K, Ndiv, Nmod;
Ndiv              892 sound/soc/codecs/wm8991.c 	Ndiv = target / source;
Ndiv              893 sound/soc/codecs/wm8991.c 	if (Ndiv < 6) {
Ndiv              896 sound/soc/codecs/wm8991.c 		Ndiv = target / source;
Ndiv              900 sound/soc/codecs/wm8991.c 	if ((Ndiv < 6) || (Ndiv > 12))
Ndiv              902 sound/soc/codecs/wm8991.c 		       "WM8991 N value outwith recommended range! N = %d\n", Ndiv);
Ndiv              904 sound/soc/codecs/wm8991.c 	pll_div->n = Ndiv;
Ndiv              386 sound/soc/codecs/wm8993.c 	unsigned int K, Ndiv, Nmod, target;
Ndiv              439 sound/soc/codecs/wm8993.c 	Ndiv = target / Fref;
Ndiv              441 sound/soc/codecs/wm8993.c 	fll_div->n = Ndiv;
Ndiv             2055 sound/soc/codecs/wm8994.c 	unsigned int K, Ndiv, Nmod, gcd_fll;
Ndiv             2098 sound/soc/codecs/wm8994.c 	Ndiv = freq_out / freq_in;
Ndiv             2100 sound/soc/codecs/wm8994.c 	fll->n = Ndiv;
Ndiv             1727 sound/soc/codecs/wm8995.c 	unsigned int K, Ndiv, Nmod;
Ndiv             1770 sound/soc/codecs/wm8995.c 	Ndiv = freq_out / freq_in;
Ndiv             1772 sound/soc/codecs/wm8995.c 	fll->n = Ndiv;
Ndiv              466 sound/soc/codecs/wm9081.c 	unsigned int K, Ndiv, Nmod, target;
Ndiv              518 sound/soc/codecs/wm9081.c 	Ndiv = target / Fref;
Ndiv              520 sound/soc/codecs/wm9081.c 	fll_div->n = Ndiv;
Ndiv              756 sound/soc/codecs/wm9713.c 	unsigned int K, Ndiv, Nmod, target;
Ndiv              786 sound/soc/codecs/wm9713.c 	Ndiv = target / source;
Ndiv              787 sound/soc/codecs/wm9713.c 	if ((Ndiv < 5) || (Ndiv > 12))
Ndiv              790 sound/soc/codecs/wm9713.c 			Ndiv);
Ndiv              792 sound/soc/codecs/wm9713.c 	pll_div->n = Ndiv;