Lines Matching defs:VDisplay
319 unsigned long VDisplay=mode->CrtcVDisplay-1;
334 (VDisplay & 0x400) >> 10 << 2 |
408 unsigned long VDisplay=mode->CrtcVDisplay-1;
430 (VDisplay & 0x200) >> 9 << 6 |
434 (VDisplay & 0x100) >> 8 << 1 |
440 reg->CR40 [0xD] = VDisplay & 0xFF;
443 (VDisplay & 0x400) >> 10 << 2 |
512 unsigned long VDisplay=mode->CrtcVDisplay-1;
519 (VDisplay & 0x700) >> 8 << 2 |
526 reg->SR56 = VDisplay & 0xFF;
600 (modeTable[i].y == mode->VDisplay) &&