Searched refs:wm3 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_videohw.c | 257 int *wm1, *wm2, *wm3, *wm4, *temp1, *temp2, *temp3, *temp4; local in function:SetDDAReg 290 wm3 = ( wm4 == temp2 ) ? temp4 : temp2; 304 if( *wm2 > *wm3 ) 307 (*wm3)++; 331 if( *wm2 > *wm3 ) 332 (*wm3)--;
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_video.c | 1783 int *temp[4], *wm1, *wm2, *wm3, *wm4; local in function:set_dda_regs 1832 wm3 = temp[tidx]; 1839 if(*wm2 > *wm3) (*wm2)++; 1840 else (*wm3)++; 1859 if(*wm2 > *wm3) (*wm3)--;
|
Completed in 8 milliseconds