Searched refs:NR_CHIPS (Results 1 – 3 of 3) sorted by relevance
44 #define NR_CHIPS 2 macro45 #define NR_CPU_FANS 3 * NR_CHIPS48 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];54 static struct wf_control *cpu_front_fans[NR_CHIPS];55 static struct wf_control *cpu_rear_fans[NR_CHIPS];56 static struct wf_control *cpu_pumps[NR_CHIPS];72 static const struct mpu_data *cpu_mpu_data[NR_CHIPS];73 static struct wf_cpu_pid_state cpu_pid[NR_CHIPS];[all …]
44 #define NR_CHIPS 2 macro45 #define NR_CPU_FANS 3 * NR_CHIPS48 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) in wf_rm31_init()700 nr_chips = NR_CHIPS; in wf_rm31_init()
46 #define NR_CHIPS 2 macro48 #define NR_CPU_FANS 3 * NR_CHIPS