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

/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_mode.c773 USHORT usTemp, ulPreCache = 0; local in function:vSetCRTCReg
787 usTemp = (mode->CrtcHTotal >> 3) - 5;
788 if (usTemp & 0x100) jRegAC |= 0x01; /* HT D[8] */
789 SetIndexRegMask(CRTC_PORT,0x00, 0x00, (UCHAR) usTemp);
790 usTemp = (mode->CrtcHDisplay >> 3) - 1;
791 if (usTemp & 0x100) jRegAC |= 0x04; /* HDE D[8] */
792 SetIndexRegMask(CRTC_PORT,0x01, 0x00, (UCHAR) usTemp);
793 usTemp = (mode->CrtcHBlankStart >> 3) - 1;
794 if (usTemp & 0x100) jRegAC |= 0x10; /* HBS D[8] */
795 SetIndexRegMask(CRTC_PORT,0x02, 0x00, (UCHAR) usTemp);
[all...]

Completed in 3 milliseconds