Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/xgifb/
Dvb_setmode.c403 unsigned char index, Tempax, Tempbx, Tempcx, Tempdx; in XGI_SetXG21CRTC() local
409 Tempcx = Tempax; /* Tempcx: HRS */ in XGI_SetXG21CRTC()
430 Tempcx &= 0x3F; /* Tempcx[5:0]: HRS[5:0] */ in XGI_SetXG21CRTC()
431 if (Tempax < Tempcx) /* HRE < HRS */ in XGI_SetXG21CRTC()
450 Tempcx = Tempbx >> 1; /* Tempcx[6:0]: VRS[7:1] */ in XGI_SetXG21CRTC()
453 Tempcx |= Tempdx; /* Tempcx[7:0]: VRS[8:1] */ in XGI_SetXG21CRTC()
454 xgifb_reg_set(pVBInfo->P3c4, 0x34, Tempcx); /* SR34[8:1]->VRS */ in XGI_SetXG21CRTC()
499 unsigned short index, Tempax, Tempbx, Tempcx; in XGI_SetXG27CRTC() local
515 Tempcx = Tempax; /* Tempcx: HRE[4:0] */ in XGI_SetXG27CRTC()
520 Tempcx |= Tempax; /* Tempcx[5:0]: HRE[5:0] */ in XGI_SetXG27CRTC()
[all …]