940aaa0cbe
Fix #8068 Update Innovium configs on Cameo and Wistron platforms
15 lines
503 B
C
15 lines
503 B
C
/* register offset define */
|
|
#define FANCTRL_RPM_REG 0x06
|
|
#define FANCTRL_MODE_REG 0x07
|
|
#define FAN_STAT_REG 0xa1
|
|
#define FAN_POWER_REG 0xa2
|
|
#define FAN_PRESENT_REG 0xa1
|
|
#define FAN_DIRECT_REG 0xa2
|
|
#define BMC_FAN_STAT_REG 0xe9
|
|
#define BMC_FAN_POWER_REG 0xea
|
|
#define BMC_FAN_PRESENT_REG 0xe9
|
|
#define BMC_FAN_DIRECT_REG 0xea
|
|
|
|
#define OUT 1
|
|
#define IN 0
|
|
/* end of register offset define */ |