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

/haiku/src/add-ons/accelerants/intel_810/
H A Di810_mode.cpp92 int hTotal = mode.timing.h_total / 8 - 5; local
97 int hBlank_e = hTotal; // end of horizontal blanking
111 crtc[0x00] = hTotal;
159 WriteCrtcReg(EXT_HORIZ_TOTAL, hTotal >> 8);
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp222 int hTotal = mode.timing.h_total / horzDiv - 5; local
227 int hBlank_e = hTotal + 3; // end of horizontal blanking
240 crtc[0x00] = hTotal;
275 uint8 cr1a = (hTotal & 0x100) >> 8
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp29 int hTotal = (mode.timing.h_total * horzScaleFactor) / 8 - 5; local
34 int hBlank_e = hTotal; // end of horizontal blanking
45 crtc[0x00] = hTotal;
79 int i = ((hTotal & 0x100) >> 8) |

Completed in 95 milliseconds