Lines Matching refs:temp1
1018 int temp,temp1,temp2,sistypeidx;
1093 inSISIDXREG(SISPART4, 0x01, temp1);
1094 temp1 &= 0xff;
1096 if(temp1 >= 0xC0) {
1100 if(temp1 >= 0xE0) {
1109 } else if(temp1 >= 0xD0) {
1112 } else if(temp1 >= 0xC0) {
1115 } else if(temp1 >= 0xB0) {
1129 (pSiS->VBFlags2 & VB2_SISUMC) ? "UMC-0" : "Charter/UMC-1", 1, temp1);
1135 inSISIDXREG(SISPART4, 0x01, temp1);
1136 temp1 &= 0xff;
1138 if(temp1 >= 0xC0) {
1142 if(temp1 >= 0xE0) {
1145 } else if(temp1 >= 0xD0) {
1154 (pSiS->VBFlags2 & VB2_SISUMC) ? "UMC-0" : "Charter/UMC-1", 2, temp1);
1201 temp1 = SiS_GetCH70xx(pSiS->SiS_Pr, chrontelidreg);
1210 if(temp2 != temp1) temp1 = temp2;
1212 if(temp1 == 0xFFFF) { /* 0xFFFF = error reading DDC port */
1217 } else if((temp1 >= 0x19) && (temp1 <= 200)) {
1220 switch (temp1) {
1233 ChrontelTypeStr[temp2], temp1, temp);
1238 } else if(temp1 == 0) {
1248 "Chrontel: Unsupported device id (%d) detected\n",temp1);