|
@@ -79,7 +79,7 @@ enum chips { f75373, f75375 };
|
|
#define F75375_REG_PWM2_DROP_DUTY 0x6C
|
|
#define F75375_REG_PWM2_DROP_DUTY 0x6C
|
|
|
|
|
|
#define FAN_CTRL_LINEAR(nr) (4 + nr)
|
|
#define FAN_CTRL_LINEAR(nr) (4 + nr)
|
|
-#define FAN_CTRL_MODE(nr) (5 + ((nr) * 2))
|
|
|
|
|
|
+#define FAN_CTRL_MODE(nr) (4 + ((nr) * 2))
|
|
|
|
|
|
/*
|
|
/*
|
|
* Data structures and manipulation thereof
|
|
* Data structures and manipulation thereof
|