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
405 unsigned short Temp1, Temp2, Temp3; in XGI_SetXG21CRTC() local416 Temp1 = Tempdx; /* Temp1[7:6]: HRS[9:8] */ in XGI_SetXG21CRTC()417 Temp1 <<= 2; /* Temp1[9:8]: HRS[9:8] */ in XGI_SetXG21CRTC()418 Temp1 |= Tempax; /* Temp1[9:0]: HRS[9:0] */ in XGI_SetXG21CRTC()428 Temp2 = Temp1 & 0x3C0; /* Temp2[9:6]: HRS[9:6] */ in XGI_SetXG21CRTC()457 Temp1 = Tempdx; /* Temp1[7]: Tempdx[7] */ in XGI_SetXG21CRTC()458 Temp1 <<= 1; /* Temp1[8]: VRS[8] */ in XGI_SetXG21CRTC()459 Temp1 |= Tempbx; /* Temp1[8:0]: VRS[8:0] */ in XGI_SetXG21CRTC()462 Temp1 |= Temp2; /* Temp1[9:0]: VRS[9:0] */ in XGI_SetXG21CRTC()468 Temp1 |= Temp2; /* Temp1[10:0]: VRS[10:0] */ in XGI_SetXG21CRTC()[all …]