Searched defs:tempbh (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/xgifb/
H A Dvb_setmode.c2245 static void XGI_XG21BLSignalVDD(unsigned short tempbh, unsigned short tempbl, argument
2251 tempbh &= 0x23;
2253 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~tempbh); /* enable GPIO write */
2255 if (tempbh & 0x20) {
2266 temp &= ~tempbh;
2271 static void XGI_XG27BLSignalVDD(unsigned short tempbh, unsigned short tempbl, argument
2277 tempbh0 = tempbh;
2284 if (tempbh & 0x20) {
2294 tempbh &= 0x03;
2296 tempbh <<
3683 tempbh, tempch; local
4615 unsigned char tempah, tempbl, tempbh; local
[all...]
/drivers/video/fbdev/sis/
H A Dinit301.c8116 unsigned short tempbh; local
8169 tempbh = SiS_GetCH701x(SiS_Pr,0x74);
8170 if((tempbh == 0xf6) || (tempbh == 0xc7)) {
8171 tempbh = SiS_GetCH701x(SiS_Pr,0x73);
8172 if(tempbh == 0xc8) {
8174 } else if(tempbh == 0xdb) {
8177 } else if(tempbh == 0xde) {
8182 if(SiS_Pr->ChipType == SIS_740) tempbh = 0x0d;
8183 else tempbh
10444 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; local
[all...]

Completed in 93 milliseconds