Searched refs:tempch (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/xgifb/ |
H A D | vb_init.c | 983 unsigned short temp, tempcl = 0, tempch = 0, CR31Data, CR38Data; XGINew_SetModeScratch() local 998 tempch = SetToLCDA | EnableDualEdge; XGINew_SetModeScratch() 1015 tempch |= SetYPbPr; XGINew_SetModeScratch() 1034 tempch |= SetYPbPr; XGINew_SetModeScratch() 1057 CR38Data |= tempch; XGINew_SetModeScratch()
|
H A D | vb_setmode.c | 1763 unsigned short tempcl, tempch, temp, tempbl, tempax; XGI_UpdateModeInfo() local 1768 tempch = 0; XGI_UpdateModeInfo() 1802 tempch |= ActiveAVideo; XGI_UpdateModeInfo() 1805 tempch |= ActiveSVideo; XGI_UpdateModeInfo() 1808 tempch |= ActiveSCART; XGI_UpdateModeInfo() 1812 tempch |= ActiveHiTV; XGI_UpdateModeInfo() 1821 tempch |= ActiveYPbPr; XGI_UpdateModeInfo() 1824 if (tempch != 0) XGI_UpdateModeInfo() 1841 xgifb_reg_set(pVBInfo->P3d4, 0x3e, tempch); XGI_UpdateModeInfo() 3676 tempbh, tempch; XGI_SetLCDRegs() local 3763 tempch = ((tempcx & 0xFF00) >> 8) & 0x07; XGI_SetLCDRegs() 3765 tempah = tempch; XGI_SetLCDRegs() 4571 unsigned char *tempch, struct vb_device_info *pVBInfo) XGI_GetTVPtrIndex2() 4575 *tempch = 0; XGI_GetTVPtrIndex2() 4603 (*tempch)++; XGI_GetTVPtrIndex2() 4804 unsigned char tempcl, tempch; XGI_SetPhaseIncr() local 4808 XGI_GetTVPtrIndex2(&tempbx, &tempcl, &tempch, pVBInfo); /* bx, cl, ch */ XGI_SetPhaseIncr() 4826 unsigned char tempcl, tempch, tempal; XGI_SetYFilter() local 4828 XGI_GetTVPtrIndex2(&tempbx, &tempcl, &tempch, pVBInfo); /* bx, cl, ch */ XGI_SetYFilter() 4865 if ((tempcl == 0) && (tempch == 1)) { XGI_SetYFilter() 4570 XGI_GetTVPtrIndex2(unsigned short *tempbx, unsigned char *tempcl, unsigned char *tempch, struct vb_device_info *pVBInfo) XGI_GetTVPtrIndex2() argument
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
H A D | init301.c | 6586 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; SiS_SetGroup2() local 6845 tempch = tempcl = 0x01; SiS_SetGroup2() 6851 tempch = 20; SiS_SetGroup2() 6854 tempch = 25; SiS_SetGroup2() 6856 tempch = 25; /* OK */ SiS_SetGroup2() 6864 longtemp = ((SiS_Pr->SiS_VGAHDE * tempch) / tempcl) << 13; SiS_SetGroup2() 10444 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; SiS_FinalizeLCD() local 10503 tempch = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4; SiS_FinalizeLCD() 10504 if(tempch == 3) { SiS_FinalizeLCD() 10531 tempch = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4; SiS_FinalizeLCD() 10536 if(tempch == 0x03) { SiS_FinalizeLCD() 10588 switch(tempch) { SiS_FinalizeLCD()
|
Completed in 141 milliseconds