Lines Matching refs:nslots

170 static void sysc_slot_info(int nslots, int *start, int *limit, int *incr);
532 softsp->nslots = 16; in sysctrl_attach()
536 softsp->nslots = 8; in sysctrl_attach()
543 softsp->nslots = 5; in sysctrl_attach()
545 softsp->nslots = 4; in sysctrl_attach()
551 softsp->nslots = 0; in sysctrl_attach()
684 sysc_slot_info(softsp->nslots, &start, &limit, &incr); in sysctrl_attach()
1016 sysc_slot_info(softsp->nslots, &arg.start, &arg.limit, &arg.incr); in sysctrl_detach()
1081 sysc_slot_info(softsp->nslots, &arg.start, &arg.limit, in sysctrl_open()
1882 ((IS4SLOT(softsp->nslots) || in ps_fail_handler()
1883 IS5SLOT(softsp->nslots)) && in ps_fail_handler()
1891 ((IS4SLOT(softsp->nslots) || in ps_fail_handler()
1892 IS5SLOT(softsp->nslots)) && in ps_fail_handler()
1933 temp_pres = (IS4SLOT(softsp->nslots) || in ps_fail_handler()
1934 IS5SLOT(softsp->nslots)) && in ps_fail_handler()
2188 (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots))) in compute_power_state()
2214 if (IS8SLOT(softsp->nslots) && load_count >= 7 && pps_ok) in compute_power_state()
2221 if (IS5SLOT(softsp->nslots) && (load_count >= 5)) in compute_power_state()
2264 if (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots)) { in ps_log_pres_change()
2324 if (IS4SLOT(softsp->nslots) || IS5SLOT(softsp->nslots)) { in ps_log_state_change()
2568 fanfail = !(IS4SLOT(softsp->nslots) || in pps_fan_poll()
2569 IS5SLOT(softsp->nslots)) && in pps_fan_poll()
2580 fanfail = (!(IS4SLOT(softsp->nslots) || in pps_fan_poll()
2581 IS5SLOT(softsp->nslots)) && in pps_fan_poll()
2634 fan_type = (IS4SLOT(softsp->nslots) || in pps_fan_state_change()
2635 IS5SLOT(softsp->nslots)) ? in pps_fan_state_change()
2639 clear_fault(0, (IS4SLOT(softsp->nslots) || in pps_fan_state_change()
2640 IS5SLOT(softsp->nslots)) ? FT_DSK_FAN : in pps_fan_state_change()
2644 reg_fault(0, (IS4SLOT(softsp->nslots) || in pps_fan_state_change()
2645 IS5SLOT(softsp->nslots)) ? FT_DSK_FAN : in pps_fan_state_change()
3330 sysc_slot_info(int nslots, int *start, int *limit, int *incr) in sysc_slot_info() argument
3332 switch (nslots) { in sysc_slot_info()