Searched refs:v_over (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis6326_video.c921 CARD8 h_over=0, v_over=0; local in function:set_overlay
951 v_over = (((top>>8) & 0x07) | ((bottom>>4) & 0x70));
1003 setvideoreg(pSiS, Index_VI6326_Win_Ver_Over, (CARD8)v_over);
H A Dsis_video.c2315 CARD8 h_over, v_over; local in function:set_overlay
2374 v_over = (((top >> 8) & 0x0f) | ((bottom >> 4) & 0xf0));
2433 setvideoreg(pSiS, Index_VI_Win_Ver_Over, (CARD8)v_over);

Completed in 8 milliseconds