Home
last modified time | relevance | path

Searched refs:NUM_FAN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dnct6775.h18 #define NUM_FAN 7 macro
103 unsigned int rpm[NUM_FAN];
104 u16 fan_min[NUM_FAN];
105 u8 fan_pulses[NUM_FAN];
106 u8 fan_div[NUM_FAN];
141 u8 target_temp[NUM_FAN];
143 u32 target_speed[NUM_FAN];
147 u8 temp_tolerance[2][NUM_FAN];
154 u8 auto_pwm[NUM_FAN][7];
155 u8 auto_temp[NUM_FAN][7];
[all …]
H A Dnct6775-core.c152 static const u16 NCT6775_REG_FAN_PULSES[NUM_FAN] = {
154 static const u16 NCT6775_FAN_PULSE_SHIFT[NUM_FAN] = { };
281 static const u16 NCT6776_REG_FAN_PULSES[NUM_FAN] = {
367 static const u16 NCT6779_REG_FAN_PULSES[NUM_FAN] = {
441 static const u16 NCT6791_REG_WEIGHT_TEMP_SEL[NUM_FAN] = { 0, 0x239 };
442 static const u16 NCT6791_REG_WEIGHT_TEMP_STEP[NUM_FAN] = { 0, 0x23a };
443 static const u16 NCT6791_REG_WEIGHT_TEMP_STEP_TOL[NUM_FAN] = { 0, 0x23b };
444 static const u16 NCT6791_REG_WEIGHT_DUTY_STEP[NUM_FAN] = { 0, 0x23c };
445 static const u16 NCT6791_REG_WEIGHT_TEMP_BASE[NUM_FAN] = { 0, 0x23d };
446 static const u16 NCT6791_REG_WEIGHT_DUTY_BASE[NUM_FAN] = { 0, 0x23e };
H A Dit87.c283 #define NUM_FAN ARRAY_SIZE(IT87_REG_FAN) macro
598 u16 fan[NUM_FAN][2]; /* Register values, [nr][0]=fan, [1]=min */
905 for (i = 0; i < NUM_FAN; i++) { in it87_update_device()