Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c1880 IS5SLOT(softsp->nslots)) && in ps_fail_handler()
1889 IS5SLOT(softsp->nslots)) && in ps_fail_handler()
1931 IS5SLOT(softsp->nslots)) && in ps_fail_handler()
2185 (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots))) in compute_power_state()
2218 if (IS5SLOT(softsp->nslots) && (load_count >= 5)) in compute_power_state()
2261 if (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots)) { in ps_log_pres_change()
2321 if (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots)) { in ps_log_state_change()
2566 IS5SLOT(softsp->nslots)) && in pps_fan_poll()
2578 IS5SLOT(softsp->nslots)) && in pps_fan_poll()
2632 IS5SLOT(softsp->nslots)) ? in pps_fan_state_change()
[all …]
/titanic_50/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h177 #define IS5SLOT(n) ((n) == 5) macro