Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/xgifb/
Dvb_setmode.c2804 pushbx = 0, CRT1Index, modeflag; in XGI_SetGroup1() local
2821 pushbx = pVBInfo->VGAHDE / 2 + 16; in XGI_SetGroup1()
2823 tempbx = pushbx + tempcx; /* bx BTVGA@HRS 0x0B,0x0C */ in XGI_SetGroup1()
2856 pushbx = pVBInfo->VGAHDE + 16; in XGI_SetGroup1()
2858 tempbx = pushbx + tempcx; /* bx BTVGA@HRS 0x0B,0x0C */ in XGI_SetGroup1()
2883 tempbx = pushbx; in XGI_SetGroup1()
3675 unsigned short pushbx, tempax, tempbx, tempcx, temp, tempah, in XGI_SetLCDRegs() local
3747 pushbx = tempbx; in XGI_SetLCDRegs()
3786 tempcx = pushbx; in XGI_SetLCDRegs()
/linux-4.4.14/drivers/video/fbdev/sis/
Dinit301.c5912 unsigned short pushbx=0, CRT1Index=0, modeflag, resinfo=0; in SiS_SetGroup1() local
5963 pushbx = SiS_Pr->SiS_VGAHDE + 12; /* bx BTVGA2HRS 0x0B,0x0C */ in SiS_SetGroup1()
5965 tempbx = pushbx + tempcx; in SiS_SetGroup1()
6006 pushbx = tempbx; in SiS_SetGroup1()
6077 temp = ((tempbx >> 8) & 0x0F) | ((pushbx >> 4) & 0xF0); in SiS_SetGroup1()