Searched refs:max_VLD (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dac.h39 void XGICalcClock(ScrnInfoPtr pScrn, int clock, int max_VLD, unsigned *vclk);
H A Dxgi_dac.c169 XGICalcClock(ScrnInfoPtr pScrn, int clock, int max_VLD, unsigned int *vclk) argument
222 for(VLD = 1 ; VLD <= max_VLD ; VLD++) {
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dac.h36 void SiSCalcClock(ScrnInfoPtr pScrn, int clock, int max_VLD,
H A Dinitextx.h480 extern void SiSCalcClock(ScrnInfoPtr pScrn, int clock, int max_VLD, unsigned int *vclk);
H A Dsis_dac.c219 SiSCalcClock(ScrnInfoPtr pScrn, int clock, int max_VLD, unsigned int *vclk) argument
277 if(M_desired > M_max * max_VLD) continue;
313 for(VLD = 1 ; VLD <= max_VLD ; VLD++) {

Completed in 12 milliseconds