Searched refs:horizTotal (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_dac.c78 int horizTotal = (mode->CrtcHTotal/8) - 5; local in function:NVDACInit
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);
[all...]
H A Driva_dac.c39 int horizTotal = (mode->CrtcHTotal/8) - 5; local in function:RivaDACInit
70 pVga->CRTC[0x0] = RIVA_Set8Bits(horizTotal);
105 rivaReg->horiz = RIVA_SetBitField(horizTotal,8:8,0:0)
116 horizTotal = (horizTotal >> 1) & ~1;
117 rivaReg->interlace = RIVA_Set8Bits(horizTotal);
118 rivaReg->horiz |= RIVA_SetBitField(horizTotal,8:8,4:4);

Completed in 5 milliseconds