Searched refs:PSY (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis6326_video.c | 339 CARD32 PSY; member in struct:__anon49751ab20108 1006 setvideoreg(pSiS, Index_VI6326_Disp_Y_Buf_Start_Low, (CARD8)(pOverlay->PSY)); 1007 setvideoreg(pSiS, Index_VI6326_Disp_Y_Buf_Start_Middle, (CARD8)((pOverlay->PSY)>>8)); 1011 (CARD8)(((pOverlay->PSY)>>12) & 0xF0), 0xF0); 1017 (CARD8)(((pOverlay->PSY)>>13) & 0xF8), 0xF8); 1120 overlay.PSY = pPriv->bufAddr[pPriv->currentBuf] + sx + sy * pitch; 1121 overlay.PSV = overlay.PSY + pitch * height; 1123 overlay.PSY >>= 2; 1131 overlay.PSY = pPriv->bufAddr[pPriv->currentBuf] + sx + sy * pitch; 1132 overlay.PSU = overlay.PSY [all...] |
| H A D | sis_video.c | 2318 CARD32 PSY; local in function:set_overlay 2446 PSY = pOverlay->PSY2; 2449 PSY = pOverlay->PSY; 2451 setvideoreg(pSiS, Index_VI_Disp_Y_Buf_Start_Low, (CARD8)(PSY)); 2452 setvideoreg(pSiS, Index_VI_Disp_Y_Buf_Start_Middle, (CARD8)(PSY >> 8)); 2453 setvideoreg(pSiS, Index_VI_Disp_Y_Buf_Start_High, (CARD8)(PSY >> 16)); 2458 setvideoreg(pSiS, Index_VI_Y_Buf_Start_Over, ((CARD8)(PSY >> 24) & 0x03)); 2920 overlay.PSY = pPriv->bufAddr[pPriv->currentBuf] + sx + sy*srcPitch; 2923 overlay.PSY [all...] |
| H A D | sis_video.h | 598 CARD32 PSY; member in struct:__anon082230a60108
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_videohw.c | 651 CARD32 PSY, PSU, PSV; local in function:SetOverlayReg 711 PSY = pOverlay->PSY >>1; /* in unit of word */ 713 SetVideoReg (pXGI, Index_VI_Disp_Y_Buf_Start_Low, LOBYTE(LOWORD(PSY))); 714 SetVideoReg (pXGI, Index_VI_Disp_Y_Buf_Start_Middle, HIBYTE(LOWORD(PSY))); 715 SetVideoReg (pXGI, Index_VI_Disp_Y_Buf_Start_High, LOBYTE(HIWORD(PSY))); 716 SetVideoRegMask(pXGI, Index_VI_Disp_Y_Buf_EXT_High, HIBYTE(HIWORD(PSY)), 0x03);
|
| H A D | xgi_videohw.h | 50 CARD32 PSY; member in struct:__anon0d449b570108
|
| H A D | xgi_video.c | 954 overlay.PSY = 0x0000; 970 overlay.PSY = pPriv->bufAddr[pPriv->currentBuf] + sx + sy*srcPitch; 979 overlay.PSY = pPriv->bufAddr[pPriv->currentBuf] + sx + sy*srcPitch; 992 overlay.PSY = pPriv->bufAddr[pPriv->currentBuf] + sx*2 + sy*srcPitch;
|
Completed in 13 milliseconds