Searched refs:pushbx (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/xgifb/ |
D | vb_setmode.c | 2785 pushbx = 0, CRT1Index, modeflag; in XGI_SetGroup1() local 2802 pushbx = pVBInfo->VGAHDE / 2 + 16; in XGI_SetGroup1() 2804 tempbx = pushbx + tempcx; /* bx BTVGA@HRS 0x0B,0x0C */ in XGI_SetGroup1() 2837 pushbx = pVBInfo->VGAHDE + 16; in XGI_SetGroup1() 2839 tempbx = pushbx + tempcx; /* bx BTVGA@HRS 0x0B,0x0C */ in XGI_SetGroup1() 2864 tempbx = pushbx; in XGI_SetGroup1() 3657 unsigned short pushbx, tempax, tempbx, tempcx, temp, tempah, in XGI_SetLCDRegs() local 3729 pushbx = tempbx; in XGI_SetLCDRegs() 3768 tempcx = pushbx; in XGI_SetLCDRegs()
|
/Linux-v4.19/drivers/video/fbdev/sis/ |
D | init301.c | 6236 unsigned short pushbx=0, CRT1Index=0, modeflag, resinfo=0; in SiS_SetGroup1() local 6287 pushbx = SiS_Pr->SiS_VGAHDE + 12; /* bx BTVGA2HRS 0x0B,0x0C */ in SiS_SetGroup1() 6289 tempbx = pushbx + tempcx; in SiS_SetGroup1() 6330 pushbx = tempbx; in SiS_SetGroup1() 6401 temp = ((tempbx >> 8) & 0x0F) | ((pushbx >> 4) & 0xF0); in SiS_SetGroup1()
|