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

/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp225 int hSync_e = mode.timing.h_sync_end / horzDiv; local
245 crtc[0x05] = ((hSync_e & 0x1f) | ((hBlank_e & 0x20) << 2));
280 | (hSync_e & 0x20) << 2;
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp32 int hSync_e = (mode.timing.h_sync_end * horzScaleFactor) / 8; local
50 crtc[0x05] = ((hSync_e & 0x1f) | ((hBlank_e & 0x20) << 2));
84 if (hSync_e - hSync_s > 64)
87 if (hSync_e - hSync_s > 32)
/haiku/src/add-ons/accelerants/intel_810/
H A Di810_mode.cpp95 int hSync_e = mode.timing.h_sync_end / 8; local
116 crtc[0x05] = ((hSync_e & 0x1f) | ((hBlank_e & 0x20) << 2));

Completed in 36 milliseconds