Searched refs:pushbx (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/xgifb/ |
D | vb_setmode.c | 2811 pushbx = 0, CRT1Index, modeflag; in XGI_SetGroup1() local 2828 pushbx = pVBInfo->VGAHDE / 2 + 16; in XGI_SetGroup1() 2830 tempbx = pushbx + tempcx; /* bx BTVGA@HRS 0x0B,0x0C */ in XGI_SetGroup1() 2863 pushbx = pVBInfo->VGAHDE + 16; in XGI_SetGroup1() 2865 tempbx = pushbx + tempcx; /* bx BTVGA@HRS 0x0B,0x0C */ in XGI_SetGroup1() 2890 tempbx = pushbx; in XGI_SetGroup1() 3682 unsigned short pushbx, tempax, tempbx, tempcx, temp, tempah, in XGI_SetLCDRegs() local 3754 pushbx = tempbx; in XGI_SetLCDRegs() 3793 tempcx = pushbx; in XGI_SetLCDRegs()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | init301.c | 5912 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()
|