Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/staging/xgifb/
Dvb_setmode.c405 unsigned short Temp1, Temp2, Temp3; in XGI_SetXG21CRTC() local
416 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 …]