NR_CHIPS
#define NR_CPU_FANS 3 * NR_CHIPS
#define NR_CPU_FANS 3 * NR_CHIPS
static struct wf_sensor *sens_cpu_temp[NR_CHIPS];
static struct wf_sensor *sens_cpu_volts[NR_CHIPS];
static struct wf_sensor *sens_cpu_amps[NR_CHIPS];
static struct wf_control *cpu_front_fans[NR_CHIPS];
static struct wf_control *cpu_rear_fans[NR_CHIPS];
static struct wf_control *cpu_pumps[NR_CHIPS];
static const struct mpu_data *cpu_mpu_data[NR_CHIPS];
static struct wf_cpu_pid_state cpu_pid[NR_CHIPS];
if (nr_chips > NR_CHIPS)
nr_chips = NR_CHIPS;
#define NR_CPU_FANS 3 * NR_CHIPS
static struct wf_sensor *sens_cpu_temp[NR_CHIPS];
static struct wf_sensor *sens_cpu_volts[NR_CHIPS];
static struct wf_sensor *sens_cpu_amps[NR_CHIPS];
static struct wf_control *cpu_fans[NR_CHIPS][3];
static const struct mpu_data *cpu_mpu_data[NR_CHIPS];
static struct wf_cpu_pid_state cpu_pid[NR_CHIPS];
if (nr_chips > NR_CHIPS)
nr_chips = NR_CHIPS;