Searched refs:IS5SLOT (Results 1 – 2 of 2) sorted by relevance
1880 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 …]
177 #define IS5SLOT(n) ((n) == 5) macro