Searched refs:NUM_FAN (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | nct6775.h | 18 #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]; 125 u8 pwm_mode[NUM_FAN]; /* 0->DC variable voltage, 128 enum pwm_enable pwm_enable[NUM_FAN]; 136 u8 pwm[7][NUM_FAN]; /* [0]=pwm, [1]=pwm_start, [2]=pwm_floor, 141 u8 target_temp[NUM_FAN]; 143 u32 target_speed[NUM_FAN]; [all …]
|
| H A D | nct6775-core.c | 153 static const u16 NCT6775_REG_FAN_PULSES[NUM_FAN] = { 155 static const u16 NCT6775_FAN_PULSE_SHIFT[NUM_FAN] = { }; 282 static const u16 NCT6776_REG_FAN_PULSES[NUM_FAN] = { 368 static const u16 NCT6779_REG_FAN_PULSES[NUM_FAN] = { 442 static const u16 NCT6791_REG_WEIGHT_TEMP_SEL[NUM_FAN] = { 0, 0x239 }; 443 static const u16 NCT6791_REG_WEIGHT_TEMP_STEP[NUM_FAN] = { 0, 0x23a }; 444 static const u16 NCT6791_REG_WEIGHT_TEMP_STEP_TOL[NUM_FAN] = { 0, 0x23b }; 445 static const u16 NCT6791_REG_WEIGHT_DUTY_STEP[NUM_FAN] = { 0, 0x23c }; 446 static const u16 NCT6791_REG_WEIGHT_TEMP_BASE[NUM_FAN] = { 0, 0x23d }; 447 static const u16 NCT6791_REG_WEIGHT_DUTY_BASE[NUM_FAN] = { 0, 0x23e };
|