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

/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_accel.c93 CARD32 DEDataFormat = 0; local in function:SMI_EngineReset
99 DEDataFormat = SMI_DEDataFormat(pScrn->bitsPerPixel);
102 DEDataFormat |= i << 16;
106 DEDataFormat |= 0x40000000; /* Force pattern origin coordinates to (0,0) */
113 WRITE_DPR(pSmi, 0x1C, DEDataFormat);
194 CARD32 DEDataFormat = 0; local in function:SMI_DEDataFormat
198 DEDataFormat = 0x00000000;
201 DEDataFormat = 0x00100000;
204 DEDataFormat = 0x00300000;
207 DEDataFormat
[all...]

Completed in 2 milliseconds