Lines Matching refs:vd
1133 int hd, hs, he, ht, vd, vs, ve, vt, wd;
1367 vd = mode->CrtcVDisplay - 1;
1400 ((vd & 0x400) >> 8) |
1401 ((vd & 0xc00) >> 7) |
1403 ((vd & 0x400) >> 3); /* linecomp */
1424 ((vd & 0x100) >> 7 ) |
1426 ((vd & 0x100) >> 5 ) |
1427 ((vd & 0x100) >> 4 ) | /* linecomp */
1429 ((vd & 0x200) >> 3 ) |
1431 pVga->CRTC[9] = ((vd & 0x200) >> 4) |
1432 ((vd & 0x200) >> 3); /* linecomp */
1435 pVga->CRTC[18] = vd & 0xFF;
1437 pVga->CRTC[21] = vd & 0xFF;
1439 pVga->CRTC[24] = vd & 0xFF; /* linecomp */