Searched refs:testm (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/drm/mgag200/
H A Dmgag200_g200eh3.c29 unsigned int testp, testm, testn; local
37 for (testm = 150; testm >= 6; testm--) {
38 if (clock * testm > vcomax)
40 if (clock * testm < vcomin)
43 computed = (pllreffreq * testn) / testm;
51 m = testm + 1;
H A Dmgag200_g200ew3.c36 unsigned int testp, testm, testn, testp2; local
51 for (testm = 1; testm < 26; testm++) {
53 computed = (pllreffreq * testn) / (testm * testp * testp2);
60 m = testm + 1;
H A Dmgag200_g200se.c126 unsigned int testp, testm, testn; local
141 for (testm = 1; testm < 32; testm++) {
142 computed = (pllreffreq * testn) / (testm * testp);
149 m = testm;
210 unsigned int testp, testm, testn; local
235 for (testm = 1; testm <= 32; testm
[all...]
H A Dmgag200_g200wb.c52 unsigned int testp, testm, testn; local
65 for (testm = 1; testm < 17; testm++) {
67 computed = (pllreffreq * testn) / (testm * testp);
75 m = testm;
H A Dmgag200_g200eh.c54 unsigned int testp, testm, testn; local
67 for (testm = 1; testm < 33; testm++) {
69 computed = (pllreffreq * testn) / (testm * testp);
77 m = testm;
H A Dmgag200_g200er.c72 int testr, testn, testm, testo; local
85 for (testm = 3; testm >= 0; testm--) {
95 computed = vco / (m_div_val[testm] * (testo + 1));
102 m = (testm | (testo << 3)) + 1;
H A Dmgag200_g200ev.c60 unsigned int testp, testm, testn; local
74 for (testm = 1; testm < 17; testm++) {
76 (testm * testp);
84 m = testm;
H A Dmgag200_g200.c78 u8 testp, testm, testn; local
104 for (testm = in_div_min; testm <= in_div_max; testm++) {
106 computed = ref_clk * (testn + 1) / (testm + 1);
113 m = testm + 1;

Completed in 129 milliseconds