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

/haiku/src/add-ons/accelerants/intel_810/
H A Di810_mode.cpp99 int vTotal = mode.timing.v_total - 2; local
104 int vBlank_e = vTotal; // end of vertical blanking
117 crtc[0x06] = vTotal;
118 crtc[0x07] = (((vTotal & 0x100) >> 8)
123 | ((vTotal & 0x200) >> 4)
155 WriteCrtcReg(EXT_VERT_TOTAL, vTotal >> 8);
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp229 int vTotal = mode.timing.v_total - 2; local
234 int vBlank_e = vTotal; // end of vertical blanking
246 crtc[0x06] = vTotal;
247 crtc[0x07] = (((vTotal & 0x100) >> 8)
252 | ((vTotal & 0x200) >> 4)
282 uint8 cr1b = (vTotal & 0x400) >> 10
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp36 int vTotal = mode.timing.v_total - 2; local
41 int vBlank_e = vTotal; // end of vertical blanking
51 crtc[0x06] = vTotal;
52 crtc[0x07] = (((vTotal & 0x100) >> 8)
57 | ((vTotal & 0x200) >> 4)
104 cr5e = ((vTotal & 0x400) >> 10) |

Completed in 46 milliseconds