Home
last modified time | relevance | path

Searched refs:pps_fan_state_count (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h429 int pps_fan_state_count[SYS_PPS_FAN_COUNT]; /* fan state counter */ member
/titanic_44/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c2590 if (softsp->pps_fan_state_count[i] == 0) { in pps_fan_poll()
2597 softsp->pps_fan_state_count[i] = PPS_FROM_FAIL_TICKS; in pps_fan_poll()
2601 if (softsp->pps_fan_state_count[i]) { in pps_fan_poll()
2604 if (--softsp->pps_fan_state_count[i] == 0) { in pps_fan_poll()