Searched refs:tempch (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A Dvb_ext.c109 unsigned short temp, i, tempch; local
120 tempch = ( tempcx & 0x7F00 ) >> 8 ;
123 temp &= tempch ;
740 unsigned short tempbx , tempcx , temp , i , tempch; local
755 tempch = ( tempcx & 0xFF00 ) >> 8;
758 temp &= tempch ;
760 if ( temp != tempch )
775 tempch = ( tempcx & 0xFF00 ) >> 8;
778 temp &= tempch ;
780 if ( temp != tempch )
[all...]
H A Dvb_setmode.c154 unsigned char *tempch, struct vb_device_info *pVBInfo);
3234 tempch , local
3242 tempch = 0 ;
3283 tempch |= ActiveAVideo ;
3286 tempch |= ActiveSVideo ;
3289 tempch |= ActiveSCART ;
3294 tempch |= ActiveHiTV ;
3302 tempch |= ActiveYPbPr ;
3305 if ( tempch != 0 )
3324 XGINew_SetReg1( pVBInfo->P3d4 , 0x3e , tempch ) ;
6424 tempch , local
9482 tempch ; local
9513 tempch , local
9611 XGI_GetTVPtrIndex2(unsigned short *tempbx, unsigned char *tempcl, unsigned char *tempch, struct vb_device_info *pVBInfo) argument
[all...]
H A Dvb_init.c3023 unsigned short temp , tempcl = 0 , tempch = 0 , CR31Data , CR38Data; local
3042 tempch = SetToLCDA | EnableDualEdge ;
3061 tempch |= SetYPbPr ;
3084 tempch |= SetYPbPr ;
3107 CR38Data |= tempch ;
H A DXGI_main.h914 int XGIDoSense(int tempbl, int tempbh, int tempcl, int tempch);
H A DXGI_main_26.c1942 XGIDoSense(int tempbl, int tempbh, int tempcl, int tempch) argument
1950 tempch &= 0x7f;
1953 temp &= tempch;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinit301.c6642 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; local
6901 tempch = tempcl = 0x01;
6907 tempch = 20;
6910 tempch = 25;
6912 tempch = 25; /* OK */
6920 longtemp = ((SiS_Pr->SiS_VGAHDE * tempch) / tempcl) << 13;
10511 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; local
10570 tempch = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4;
10571 if(tempch == 3) {
10598 tempch
[all...]

Completed in 97 milliseconds