Searched refs:hDisp_e (Results 1 – 3 of 3) sorted by relevance
223 int hDisp_e = mode.timing.h_display / horzDiv - 1; in TDFX_SetDisplayMode() local226 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()
93 int hDisp_e = mode.timing.h_display / 8 - 1; in SetCrtcTimingValues() local96 int hBlank_s = hDisp_e + 1; // start of horizontal blanking in SetCrtcTimingValues()112 crtc[0x01] = hDisp_e; in SetCrtcTimingValues()
30 int hDisp_e = (mode.timing.h_display * horzScaleFactor) / 8 - 1; in InitCrtcTimingValues() local33 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()