Searched refs:max_VLD (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_dac.h | 39 void XGICalcClock(ScrnInfoPtr pScrn, int clock, int max_VLD, unsigned *vclk);
|
| H A D | xgi_dac.c | 169 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 D | sis_dac.h | 36 void SiSCalcClock(ScrnInfoPtr pScrn, int clock, int max_VLD,
|
| H A D | initextx.h | 480 extern void SiSCalcClock(ScrnInfoPtr pScrn, int clock, int max_VLD, unsigned int *vclk);
|
| H A D | sis_dac.c | 219 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