Home
last modified time | relevance | path

Searched refs:Temp1 (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/Documentation/hwmon/
Dw8379344 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)
Dsmsc47b39738 Temp1 0x25 (Currently, this reflects the CPU temp on all systems).
Dvt1211119 Temp1 is an Intel-type thermal diode which requires the following formula to
/linux-2.6.39/drivers/staging/xgifb/
Dvb_setmode.c687 unsigned short Temp1, Temp2, Temp3; in XGI_SetXG21CRTC() local
715 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 …]