Lines Matching defs:VSyncEnd
264 * replacing VSyncEnd with zero. This zero will be replaced after
267 unsigned int VSyncEnd, VBlankStart, VBlankEnd;
282 VSyncEnd = (((crt07 & 0x80U) << 2) | ((crt07 & 0x04U) << 6) |
284 if (VSyncEnd >= VBlankEnd)
285 VSyncEnd = VBlankEnd - 1;
286 pATI->LockData.crt11 = (VSyncEnd & 0x0FU) | 0x20U;
329 * replacing VSyncEnd with zero. This zero will be replaced
332 unsigned int VSyncEnd, VBlankStart, VBlankEnd;
348 VSyncEnd = (((crt07 & 0x80U) << 2) | ((crt07 & 0x04U) << 6) |
350 if (VSyncEnd >= VBlankEnd)
351 VSyncEnd = VBlankEnd - 1;
352 pATI->LockData.shadow_crt11 = (VSyncEnd & 0x0FU) | 0x20U;