Searched refs:WRITE_VPR (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmilynx_crtc.c48 WRITE_VPR(pSmi, 0x00, 0x00000000);
51 WRITE_VPR(pSmi, 0x00, 0x00020000);
54 WRITE_VPR(pSmi, 0x00, 0x00040000);
57 WRITE_VPR(pSmi, 0x00, 0x00030000);
64 WRITE_VPR(pSmi, 0x10, (crtc->mode.HDisplay * pSmi->Bpp) >> 3 << 16 | pitch >> 3);
136 WRITE_VPR(pSmi, 0x00, 0x00000000);
140 WRITE_VPR(pSmi, 0x00, 0x00020000);
144 WRITE_VPR(pSmi, 0x00, 0x00040000);
148 WRITE_VPR(pSmi, 0x00, 0x00030000);
156 WRITE_VPR(pSm
[all...]
H A Dsmi_video.c1250 WRITE_VPR(pSmi, 0x54, READ_VPR(pSmi, 0x54) | 0x00200000);
1252 WRITE_VPR(pSmi, 0x14, dstBox.x1 + (dstBox.y1 << 16));
1254 WRITE_VPR(pSmi, 0x18, dstBox.x2 + (dstBox.y2 << 16));
1256 WRITE_VPR(pSmi, 0x20, (vid_pitch / 8) + ((vid_pitch / 8) << 16));
1258 WRITE_VPR(pSmi, 0x24, (xscale << 8) + yscale);
1262 WRITE_VPR(pSmi, 0x28, dstBox.x1 + (dstBox.y1 << 16));
1264 WRITE_VPR(pSmi, 0x2C, dstBox.x2 + (dstBox.y2 << 16));
1266 WRITE_VPR(pSmi, 0x34, (vid_pitch / 8) + ((vid_pitch / 8) << 16));
1268 WRITE_VPR(pSmi, 0x38, (xscale << 8) + yscale);
1271 WRITE_VPR(pSm
[all...]
H A Dregsmi.h110 #define WRITE_VPR(pSmi, vpr, data) \ macro
H A Dsmilynx_hw.c484 WRITE_VPR(pSmi, 0x00, restore->VPR00);
485 WRITE_VPR(pSmi, 0x0C, restore->VPR0C);
486 WRITE_VPR(pSmi, 0x10, restore->VPR10);

Completed in 6 milliseconds