Lines Matching defs:tempbx
601 unsigned short tempax, tempbx, temp;
617 tempbx = SiS_GetReg(SiS_Pr->SiS_P3c4,0x18);
618 if(!(tempbx & 0x10)) {
620 tempbx = 0;
622 if(temp & 0x40) tempbx |= 0x08;
623 if(temp & 0x20) tempbx |= 0x02;
624 if(temp & 0x01) tempbx |= 0x01;
626 if(temp & 0x80) tempbx |= 0x04;
631 tempbx = PanelTypeTable300[(tempbx & 0x0f)] | LCDSync;
632 SiS_SetReg(SiS_Pr->SiS_P3d4,0x36,tempbx);
633 SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x37,~(LCDSyncBit|LCDRGB18Bit),(tempbx >> 8));
642 tempbx = PanelTypeTable310LVDS[tempax - 1];
645 tempbx = PanelTypeTable31030x[tempax];
646 temp = tempbx & 0xff;
649 tempbx >>= 8;
650 SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x37,~(LCDSyncBit|LCDRGB18Bit),(tempbx & 0xc1));
652 SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x39,0xfb,(tempbx & 0x04));