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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadm1026.c71 #define CFG1_THERM_HOT 0x10 macro
379 if (data->config1 & CFG1_THERM_HOT) {
1123 return sprintf(buf, "%d\n", (data->config1 & CFG1_THERM_HOT) >> 4);
1134 data->config1 = (data->config1 & ~CFG1_THERM_HOT) | (val << 4);

Completed in 115 milliseconds