Searched refs:M_desired (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-chips/dist/util/
H A DmodClock.c105 double M_desired = Fvco_desired / tmp; local in function:compute_clock
106 /* Which way will M_desired be rounded? Do all three just to
108 unsigned int M_low = M_desired - 1;
109 unsigned int M_hi = M_desired + 1;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dac.c231 double M_desired = Fvco_desired / tmp; local in function:XGICalcClock
233 /* Which way will M_desired be rounded?
236 int M_low = M_desired - 1;
237 int M_hi = M_desired + 1;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dac.c276 double M_desired = Fvco / Fref * N; local in function:SiSCalcClock
277 if(M_desired > M_max * max_VLD) continue;
279 if(M_desired > M_max) {
280 M = M_desired / 2 + 0.5;
322 double M_desired = Fvco_desired / tmp; local in function:SiSCalcClock
324 /* Which way will M_desired be rounded?
327 int M_low = M_desired - 1;
328 int M_hi = M_desired + 1;
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_driver.c5097 double M_desired = Fvco_desired / tmp; local in function:chipsCalcClock
5099 /* Which way will M_desired be rounded? Do all three just to
5101 int M_low = M_desired - 1;
5102 int M_hi = M_desired + 1;

Completed in 16 milliseconds