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

/xsrc/external/mit/xf86-video-chips/dist/util/
H A DmodClock.c104 double Fvco_desired = target * (1 << P); local in function:compute_clock
105 double M_desired = Fvco_desired / tmp;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dac.c230 double Fvco_desired = target * ( P ); local in function:XGICalcClock
231 double M_desired = Fvco_desired / tmp;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dac.c321 double Fvco_desired = target * ( P ); local in function:SiSCalcClock
322 double M_desired = Fvco_desired / tmp;
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_driver.c5096 double Fvco_desired = target * (1 << P); local in function:chipsCalcClock
5097 double M_desired = Fvco_desired / tmp;

Completed in 12 milliseconds