Searched refs:Temp1 (Results 1 – 4 of 4) sorted by relevance
44 24mV for voltage7/8. Temp1-4 have a 0.25 degree Celsius resolution,48 Temp1-4 have 2 possible types. It can be read from (and written to)
38 Temp1 0x25 (Currently, this reflects the CPU temp on all systems).
119 Temp1 is an Intel-type thermal diode which requires the following formula to
687 unsigned short Temp1, Temp2, Temp3; in XGI_SetXG21CRTC() local715 Temp1 = Tempcx << 1; /* Temp1[8]: VRS[8] unsigned char -> unsigned short */ in XGI_SetXG21CRTC()716 Temp1 |= Tempbx; /* Temp1[8:0]: VRS[8:0] */ in XGI_SetXG21CRTC()719 Temp1 |= Temp2; /* Temp1[9:0]: VRS[9:0] */ in XGI_SetXG21CRTC()723 Temp2 = Temp1 & 0x3F0; /* Temp2[9:4]: VRS[9:4] */ in XGI_SetXG21CRTC()725 Temp3 = Temp1 & 0x0F; /* Temp3[3:0]: VRS[3:0] */ in XGI_SetXG21CRTC()731 Temp1 &= 0x600; /* Temp1[10:9]: VRS[10:9] */ in XGI_SetXG21CRTC()732 Temp1 >>= 9; /* [10:9]->[1:0] */ in XGI_SetXG21CRTC()733 Tempbx = (unsigned char) Temp1; /* Tempbx[1:0]: VRS[10:9] */ in XGI_SetXG21CRTC()745 Temp1 = Tempdx; /* Temp1[7:6]: HRS[9:8] */ in XGI_SetXG21CRTC()[all …]