Lines Matching defs:fan

571 	 * if we have prom fan tables, overide the static tables in
576 DDI_PROP_DONTPASS, "cpu-fan-speeds",
592 DDI_PROP_DONTPASS, "ps-fan-speeds",
606 "fan-override", -1)) {
666 * clear the fan failures, if any before we do
675 * we need to init the fan kstats before the tempr_poll
1014 * set any fan speeds.
1091 * move mutex to after fan fail call
1246 * injected a fan fault. It
1336 * P3 = Dlfop enable for fan sped set
1417 * Check for a fan fail
1418 * Single fan fail
1453 struct envctrl_tda8444t_chip fan;
1488 * power until the temp polling and fan set routine is
1490 * a fan fault generated and the system will power off.
1493 * the fan speed under normal operation. Sometimes we need
1494 * to be able to induce fan faults. Init bus is a common
1499 fan.chip_num = ENVCTRL_TDA8444T_DEV7;
1500 fan.val = INIT_FAN_VAL;
1503 fan.fan_num = fans[i];
1507 (void) envctrl_xmit(unitp, (caddr_t *)(void *)&fan,
1976 struct envctrl_tda8444t_chip fan;
1983 fan.fan_num = ENVCTRL_CPU_FANS;
1984 fan.chip_num = ENVCTRL_TDA8444T_DEV7;
2109 fan.val = MAX_FAN_SPEED; /* blast it is out of range */
2111 fan.val = MAX_FAN_SPEED;
2121 fan.val = acme_cpu_fanspd[temperature];
2123 fan.val = fan_speed[temperature];
2140 unitp->fan_kstats[ENVCTRL_FAN_TYPE_CPU].fanspeed = fan.val;
2143 (void) envctrl_xmit(unitp, (caddr_t *)(void *)&fan, TDA8444T);
2147 fan.val = AFB_MAX;
2149 unitp->fan_kstats[ENVCTRL_FAN_TYPE_AFB].fanspeed = fan.val;
2150 fan.fan_num = ENVCTRL_AFB_FANS;
2151 (void) envctrl_xmit(unitp, (caddr_t *)(void *)&fan, TDA8444T);
2178 fan.fan_num = ENVCTRL_PS_FANS;
2183 fan.val = MAX_FAN_SPEED;
2190 fan.val = acme_ps_fanspd[ambtemp];
2192 fan.val = ps_fans[ambtemp];
2200 unitp->fan_kstats[ENVCTRL_FAN_TYPE_PS].fanspeed = fan.val;
2201 (void) envctrl_xmit(unitp, (caddr_t *)(void *)&fan, TDA8444T);
2216 * The fan fail sensor is located at address 0x70
2230 * If all fan ports are high (0xff) then we don't have any
2231 * fan faults. Reset the kstats
2304 * If the afb is present and the afb fan fails,
2323 * If we have fan faults set the Gen Fault LED.
2514 * fan control. At reset this chip pulses the interrupt
3326 * that a fan fault has occurred without having a fan fault
3331 * EXCEPT in the case of the fan fail.. we pass in a "0".