Lines Matching defs:lcdVRetraceStart
5297 int lcdVRetraceStart, lcdVRetraceEnd;
5471 lcdVRetraceStart = mode->CrtcVSyncStart;
5487 ChipsNew->FR[0x31] = lcdVRetraceStart & 0xFF;
5488 ChipsNew->FR[0x35] = ((lcdVRetraceStart & 0xF00) >> 4)
5492 ChipsNew->FR[0x34] = (lcdVTotal - lcdVRetraceStart) & 0xFF;
5494 (((lcdVTotal - lcdVRetraceStart) & 0x700) >> 4);
6031 int lcdVRetraceStart, lcdVRetraceEnd;
6262 lcdVRetraceStart = mode->CrtcVSyncStart;
6266 ChipsNew->XR[0x66] = lcdVRetraceStart & 0xFF;
6271 | ((lcdVRetraceStart & 0x100) >> 6)
6272 | ((lcdVRetraceStart & 0x400) >> 7)
6276 | ((lcdVRetraceStart & 0x200) >> 2);
6289 * ween lctVTotal and lcdVRetraceStart. #2: FLM coincides
6290 * lcdVRetraceStart - in this case FLM delay will be turned
6300 ChipsNew->XR[0x2C] = lcdVTotal - lcdVRetraceStart - tmp;