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

/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_mode.c774 UCHAR jReg05, jReg07, jReg09, jRegAC, jRegAD, jRegAE; local in function:vSetCRTCReg
777 jReg05 = jReg07 = jReg09 = jRegAC = jRegAD = jRegAE = 0;
814 if (usTemp & 0x400) jRegAE |= 0x01; /* VT D[10] */
819 if (usTemp & 0x400) jRegAE |= 0x08; /* VRS D[10] */
822 if (usTemp & 0x10) jRegAE |= 0x20; /* VRE D[4] */
823 if (usTemp & 0x20) jRegAE |= 0x40; /* VRE D[5] */
828 if (usTemp & 0x400) jRegAE |= 0x02; /* VDE D[10] */
833 if (usTemp & 0x400) jRegAE |= 0x04; /* VBS D[10] */
836 if (usTemp & 0x100) jRegAE |= 0x10; /* VBE D[8] */
841 SetIndexRegMask(CRTC_PORT,0xAE, 0x00, (UCHAR) (jRegAE |
[all...]

Completed in 3 milliseconds