testm             106 drivers/gpu/drm/mgag200/mgag200_mode.c 	unsigned int testp, testm, testn;
testm             130 drivers/gpu/drm/mgag200/mgag200_mode.c 				for (testm = 1; testm < 32; testm++) {
testm             132 drivers/gpu/drm/mgag200/mgag200_mode.c 						(testm * testp);
testm             139 drivers/gpu/drm/mgag200/mgag200_mode.c 						m = testm - 1;
testm             172 drivers/gpu/drm/mgag200/mgag200_mode.c 				for (testm = 1; testm <= 32; testm++) {
testm             174 drivers/gpu/drm/mgag200/mgag200_mode.c 						(testm * testp);
testm             182 drivers/gpu/drm/mgag200/mgag200_mode.c 						m = testm - 1;
testm             225 drivers/gpu/drm/mgag200/mgag200_mode.c 	unsigned int testp, testm, testn, testp2;
testm             250 drivers/gpu/drm/mgag200/mgag200_mode.c 				for (testm = 1; testm < 26; testm++) {
testm             253 drivers/gpu/drm/mgag200/mgag200_mode.c 							(testm * testp * testp2);
testm             261 drivers/gpu/drm/mgag200/mgag200_mode.c 								(testm);
testm             283 drivers/gpu/drm/mgag200/mgag200_mode.c 			for (testm = 1; testm < 17; testm++) {
testm             286 drivers/gpu/drm/mgag200/mgag200_mode.c 						(testm * testp);
testm             294 drivers/gpu/drm/mgag200/mgag200_mode.c 						m = (testm - 1) |
testm             404 drivers/gpu/drm/mgag200/mgag200_mode.c 	unsigned int testp, testm, testn;
testm             423 drivers/gpu/drm/mgag200/mgag200_mode.c 			for (testm = 1; testm < 17; testm++) {
testm             425 drivers/gpu/drm/mgag200/mgag200_mode.c 					(testm * testp);
testm             433 drivers/gpu/drm/mgag200/mgag200_mode.c 					m = testm - 1;
testm             497 drivers/gpu/drm/mgag200/mgag200_mode.c 	unsigned int testp, testm, testn;
testm             515 drivers/gpu/drm/mgag200/mgag200_mode.c 		for (testm = 150; testm >= 6; testm--) {
testm             516 drivers/gpu/drm/mgag200/mgag200_mode.c 			if (clock * testm > vcomax)
testm             518 drivers/gpu/drm/mgag200/mgag200_mode.c 			if (clock * testm < vcomin)
testm             521 drivers/gpu/drm/mgag200/mgag200_mode.c 				computed = (pllreffreq * testn) / testm;
testm             529 drivers/gpu/drm/mgag200/mgag200_mode.c 					m = testm;
testm             552 drivers/gpu/drm/mgag200/mgag200_mode.c 			for (testm = 1; testm < 33; testm++) {
testm             555 drivers/gpu/drm/mgag200/mgag200_mode.c 						(testm * testp);
testm             563 drivers/gpu/drm/mgag200/mgag200_mode.c 						m = (testm - 1);
testm             627 drivers/gpu/drm/mgag200/mgag200_mode.c 	int testr, testn, testm, testo;
testm             646 drivers/gpu/drm/mgag200/mgag200_mode.c 			for (testm = 3; testm >= 0; testm--) {
testm             656 drivers/gpu/drm/mgag200/mgag200_mode.c 					computed = vco / (m_div_val[testm] * (testo + 1));
testm             663 drivers/gpu/drm/mgag200/mgag200_mode.c 						m = testm | (testo << 3);
testm             884 drivers/video/fbdev/intelfb/intelfbhw.c 	int testm;
testm             890 drivers/video/fbdev/intelfb/intelfbhw.c 			testm = (5 * (m1 + 2)) + (m2 + 2);
testm             891 drivers/video/fbdev/intelfb/intelfbhw.c 			if (testm == m) {
testm             940 drivers/video/fbdev/intelfb/intelfbhw.c 	u32 m1, m2, n, p1, p2, n1, testm;
testm             977 drivers/video/fbdev/intelfb/intelfbhw.c 			for (testm = m - 1; testm <= m; testm++) {
testm             978 drivers/video/fbdev/intelfb/intelfbhw.c 				f_out = calc_vclock3(index, testm, n, p);
testm             979 drivers/video/fbdev/intelfb/intelfbhw.c 				if (splitm(index, testm, &m1, &m2)) {
testm             981 drivers/video/fbdev/intelfb/intelfbhw.c 						testm);
testm             990 drivers/video/fbdev/intelfb/intelfbhw.c 					m_best = testm;