Home | History | Annotate | Download | only in ic

Lines Matching defs:fan

598 		.desc = "System Fan",
606 .desc = "CPU Fan",
614 .desc = "Aux Fan",
1735 .desc = "System Fan",
1743 .desc = "CPU Fan",
1883 .desc = "System Fan",
1891 .desc = "CPU Fan",
1899 .desc = "Aux Fan",
2086 .desc = "System Fan",
2094 .desc = "CPU Fan",
2722 * We might get more accurate fan readings by adjusting the
2724 * BIOS code reading the fan speeds.
2727 /* FAN3 has a fixed fan divisor. */
2744 DPRINTF(("%s: fan[%d] data=0x%x value_cur=%d\n",
2856 int fan, data, divisor = 0;
2859 * This is madness; the fan divisor bits are scattered all
2867 fan = (sc->lm_sensors[n].reg - LMD_FAN1);
2868 if ((data >> 5) & (1 << fan))
2898 DPRINTF(("%s: fan[%d] data=0x%x value_cur=%d\n",
2962 DPRINTF(("%s: fan[%d] data=0x%x value_cur=%d\n",