• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/

Lines Matching defs:tempbx

26 unsigned char XGINew_Sense(unsigned short tempbx, unsigned short tempcx,
105 unsigned char XGINew_Sense(unsigned short tempbx,
111 temp = tempbx & 0xFF ;
113 temp = ( tempbx & 0xFF00 ) >> 8 ;
364 unsigned short tempax = 0 , tempbx , tempcx , temp ,
372 tempbx = XGINew_GetReg1( pVBInfo->P3c4 , 0x1B ) ;
373 tempax = ( ( tempax & 0xFE ) >> 1 ) | ( tempbx << 8 ) ;
394 tempbx = ~( LCDSense | AVIDEOSense | SVIDEOSense ) ;
395 XGINew_SetRegANDOR( pVBInfo->P3d4 , 0x32 , tempbx , temp ) ;
438 tempbx = *pVBInfo->pRGBSenseData ;
442 tempbx = *pVBInfo->pRGBSenseData2 ;
446 if ( XGINew_Sense(tempbx , tempcx, pVBInfo ) )
448 if ( XGINew_Sense(tempbx , tempcx, pVBInfo ) )
471 tempbx = *pVBInfo->pYCSenseData ;
475 tempbx=*pVBInfo->pYCSenseData2;
479 if ( XGINew_Sense(tempbx , tempcx, pVBInfo ) )
481 if ( XGINew_Sense(tempbx , tempcx, pVBInfo ) )
489 tempbx = *pVBInfo->pVideoSenseData ;
493 tempbx = *pVBInfo->pVideoSenseData2 ;
497 if ( XGINew_Sense(tempbx , tempcx, pVBInfo ) )
499 if ( XGINew_Sense(tempbx , tempcx, pVBInfo ) )
509 tempbx = *pVBInfo->pVideoSenseData ;
513 tempbx=*pVBInfo->pVideoSenseData2;
517 if ( XGINew_Sense(tempbx , tempcx, pVBInfo ) )
519 if ( XGINew_Sense(tempbx , tempcx, pVBInfo ) )
535 tempbx = 0 ;
537 XGINew_Sense(tempbx , tempcx, pVBInfo ) ;
657 unsigned short tempax , tempbx, temp;
661 tempbx = tempax & 0x1E ;
672 tempbx = 0 ;
675 tempbx |= 0x08 ;
677 tempbx |= 0x02 ;
679 tempbx |= 0x01 ;
683 tempbx |= 0x04 ;
692 tempbx = tempbx >> 1 ;
693 temp = tempbx & 0x00F ;
695 tempbx-- ;
696 tempbx = PanelTypeTable[ tempbx ] ;
698 temp = ( tempbx & 0xFF00 ) >> 8 ;
740 unsigned short tempbx , tempcx , temp , i , tempch;
742 tempbx = *pVBInfo->pYCSenseData2 ;
746 temp = tempbx & 0xFF ;
748 temp = ( tempbx & 0xFF00 ) >> 8 ;
763 tempbx = *pVBInfo->pVideoSenseData2 ;
766 temp = tempbx & 0xFF ;
768 temp = ( tempbx & 0xFF00 ) >> 8 ;
784 tempbx = 0x3FF ;
786 temp = tempbx & 0xFF ;
788 temp = ( tempbx & 0xFF00 ) >> 8 ;