Home
last modified time | relevance | path

Searched refs:hDisp_e (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp223 int hDisp_e = mode.timing.h_display / horzDiv - 1; in TDFX_SetDisplayMode() local
226 int hBlank_s = hDisp_e + 1; // start of horizontal blanking in TDFX_SetDisplayMode()
241 crtc[0x01] = hDisp_e; in TDFX_SetDisplayMode()
266 crtc[0x13] = hDisp_e + 1; in TDFX_SetDisplayMode()
276 | (hDisp_e & 0x100) >> 6 in TDFX_SetDisplayMode()
/haiku/src/add-ons/accelerants/intel_810/
H A Di810_mode.cpp93 int hDisp_e = mode.timing.h_display / 8 - 1; in SetCrtcTimingValues() local
96 int hBlank_s = hDisp_e + 1; // start of horizontal blanking in SetCrtcTimingValues()
112 crtc[0x01] = hDisp_e; in SetCrtcTimingValues()
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp30 int hDisp_e = (mode.timing.h_display * horzScaleFactor) / 8 - 1; in InitCrtcTimingValues() local
33 int hBlank_s = hDisp_e + 1; // start of horizontal blanking in InitCrtcTimingValues()
46 crtc[0x01] = hDisp_e; in InitCrtcTimingValues()
80 ((hDisp_e & 0x100) >> 7) | in InitCrtcTimingValues()