Searched refs:temp_type (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Df71882fg.c150 u8 temp_type[4]; member in struct:f71882fg_data
984 data->temp_type[2] = (reg & 0x04) ? 2 : 4;
985 data->temp_type[3] = (reg & 0x08) ? 2 : 4;
992 data->temp_type[1] = (reg & 0x02) ? 2 : 4;
995 data->temp_type[1] = 5;
999 data->temp_type[1] = 6;
1005 data->temp_type[1] = 6; /* PECI */
1007 data->temp_type[1] = 5; /* AMDSI */
1010 data->temp_type[1] = (reg & 0x02) ? 2 : 4;
1012 data->temp_type[
[all...]
H A Dpc87427.c73 u8 temp_type[6]; /* register values */ member in struct:pc87427_data
300 data->temp_type[nr] = inb(iobase + PC87427_REG_TEMP_TYPE);
724 return sprintf(buf, "%u\n", temp_type_from_reg(data->temp_type[nr]));
H A Dw83627ehf.c308 u8 temp_type[3]; member in struct:w83627ehf_data
919 return sprintf(buf, "%d\n", (int)data->temp_type[nr]);
1357 data->temp_type[i] = (diode & (0x10 << i)) ? 1 : 2;
1359 data->temp_type[i] = 4; /* thermistor */
H A Dw83l786ng.c136 u8 temp_type[2]; member in struct:w83l786ng_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dmdd.h480 X1( CFG_NIC_TEMP_TYPE, temp_type ) /*Hardware temperature range code */

Completed in 96 milliseconds