Searched refs:IS4SLOT (Results 1 – 2 of 2) sorted by relevance
1879 ((IS4SLOT(softsp->nslots) || in ps_fail_handler()1888 ((IS4SLOT(softsp->nslots) || in ps_fail_handler()1930 temp_pres = (IS4SLOT(softsp->nslots) || in ps_fail_handler()2185 (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots))) 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()2565 fanfail = !(IS4SLOT(softsp->nslots) || in pps_fan_poll()2577 fanfail = (!(IS4SLOT(softsp->nslots) || in pps_fan_poll()2631 fan_type = (IS4SLOT(softsp->nslots) || in pps_fan_state_change()2636 clear_fault(0, (IS4SLOT(softsp->nslots) || in pps_fan_state_change()[all …]
176 #define IS4SLOT(n) ((n) == 4) macro