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

/haiku/src/add-ons/accelerants/intel_810/
H A Di810_mode.cpp100 int vDisp_e = mode.timing.v_display - 1; local
103 int vBlank_s = vDisp_e; // start of vertical blanking
119 | ((vDisp_e & 0x100) >> 7)
124 | ((vDisp_e & 0x200) >> 3)
137 crtc[0x12] = vDisp_e;
156 WriteCrtcReg(EXT_VERT_DISPLAY, vDisp_e >> 8);
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp230 int vDisp_e = mode.timing.v_display - 1; local
233 int vBlank_s = vDisp_e + 1; // start of vertical blanking
248 | ((vDisp_e & 0x100) >> 7)
253 | ((vDisp_e & 0x200) >> 3)
265 crtc[0x12] = vDisp_e;
283 | (vDisp_e & 0x400) >> 8
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp37 int vDisp_e = mode.timing.v_display - 1; local
40 int vBlank_s = vDisp_e; // start of vertical blanking
53 | ((vDisp_e & 0x100) >> 7)
58 | ((vDisp_e & 0x200) >> 3)
71 crtc[0x12] = vDisp_e;
105 ((vDisp_e & 0x400) >> 9) |

Completed in 44 milliseconds