Lines Matching defs:NR_CHIPS
44 #define NR_CHIPS 2
45 #define NR_CPU_FANS 3 * NR_CHIPS
48 static struct wf_sensor *sens_cpu_temp[NR_CHIPS];
49 static struct wf_sensor *sens_cpu_volts[NR_CHIPS];
50 static struct wf_sensor *sens_cpu_amps[NR_CHIPS];
55 static struct wf_control *cpu_fans[NR_CHIPS][3];
64 static const struct mpu_data *cpu_mpu_data[NR_CHIPS];
65 static struct wf_cpu_pid_state cpu_pid[NR_CHIPS];
699 if (nr_chips > NR_CHIPS)
700 nr_chips = NR_CHIPS;