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

/haiku/src/add-ons/accelerants/intel_810/
H A Di810_mode.cpp97 int hBlank_e = hTotal; // end of horizontal blanking local
114 crtc[0x03] = (hBlank_e & 0x1f) | 0x80;
116 crtc[0x05] = ((hSync_e & 0x1f) | ((hBlank_e & 0x20) << 2));
160 WriteCrtcReg(EXT_HORIZ_BLANK, (hBlank_e & 0x40) >> 6);
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp227 int hBlank_e = hTotal + 3; // end of horizontal blanking local
243 crtc[0x03] = (hBlank_e & 0x1f) | 0x80;
245 crtc[0x05] = ((hSync_e & 0x1f) | ((hBlank_e & 0x20) << 2));
278 | (hBlank_e & 0x40) >> 1
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp34 int hBlank_e = hTotal; // end of horizontal blanking local
48 crtc[0x03] = (hBlank_e & 0x1f) | 0x80;
50 crtc[0x05] = ((hSync_e & 0x1f) | ((hBlank_e & 0x20) << 2));

Completed in 83 milliseconds