Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dnct6775.c208 #define NUM_FAN 7 macro
300 static const u16 NCT6775_REG_FAN_PULSES[NUM_FAN] = {
302 static const u16 NCT6775_FAN_PULSE_SHIFT[NUM_FAN] = { };
428 static const u16 NCT6776_REG_FAN_PULSES[NUM_FAN] = {
506 static const u16 NCT6779_REG_FAN_PULSES[NUM_FAN] = {
582 static const u16 NCT6791_REG_WEIGHT_TEMP_SEL[NUM_FAN] = { 0, 0x239 };
583 static const u16 NCT6791_REG_WEIGHT_TEMP_STEP[NUM_FAN] = { 0, 0x23a };
584 static const u16 NCT6791_REG_WEIGHT_TEMP_STEP_TOL[NUM_FAN] = { 0, 0x23b };
585 static const u16 NCT6791_REG_WEIGHT_DUTY_STEP[NUM_FAN] = { 0, 0x23c };
586 static const u16 NCT6791_REG_WEIGHT_TEMP_BASE[NUM_FAN] = { 0, 0x23d };
[all …]
Dit87.c273 #define NUM_FAN ARRAY_SIZE(IT87_REG_FAN) macro
540 u16 fan[NUM_FAN][2]; /* Register values, [nr][0]=fan, [1]=min */
780 for (i = 0; i < NUM_FAN; i++) { in it87_update_device()