Searched refs:Fvco_desired (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-chips/dist/util/ | ||
| H A D | modClock.c | 104 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 D | xgi_dac.c | 230 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 D | sis_dac.c | 321 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 D | ct_driver.c | 5096 double Fvco_desired = target * (1 << P); local in function:chipsCalcClock 5097 double M_desired = Fvco_desired / tmp; |
Completed in 12 milliseconds