Lines Matching refs:horizTotal
78 int horizTotal = (mode->CrtcHTotal/8) - 5;
114 horizStart = horizTotal - 5;
115 horizEnd = horizTotal - 2;
116 horizBlankEnd = horizTotal + 4;
118 horizTotal += 2;
121 pVga->CRTC[0x0] = NV_Set8Bits(horizTotal);
159 nvReg->horiz = NV_SetBitField(horizTotal,8:8,0:0)
170 horizTotal = (horizTotal >> 1) & ~1;
171 nvReg->interlace = NV_Set8Bits(horizTotal);
172 nvReg->horiz |= NV_SetBitField(horizTotal,8:8,4:4);