940aaa0cbe
Fix #8068 Update Innovium configs on Cameo and Wistron platforms
73 lines
2.5 KiB
C
73 lines
2.5 KiB
C
/* register offset define */
|
|
#define LINE_CARD_1_UP_TEMP_REG 0x20
|
|
#define LINE_CARD_2_UP_TEMP_REG 0x22
|
|
#define LINE_CARD_3_UP_TEMP_REG 0x24
|
|
#define LINE_CARD_4_UP_TEMP_REG 0x26
|
|
#define LINE_CARD_5_UP_TEMP_REG 0x28
|
|
#define LINE_CARD_6_UP_TEMP_REG 0x2a
|
|
#define LINE_CARD_7_UP_TEMP_REG 0x2c
|
|
#define LINE_CARD_8_UP_TEMP_REG 0x2e
|
|
|
|
#define LINE_CARD_1_DN_TEMP_REG 0x21
|
|
#define LINE_CARD_2_DN_TEMP_REG 0x23
|
|
#define LINE_CARD_3_DN_TEMP_REG 0x25
|
|
#define LINE_CARD_4_DN_TEMP_REG 0x27
|
|
#define LINE_CARD_5_DN_TEMP_REG 0x29
|
|
#define LINE_CARD_6_DN_TEMP_REG 0x2b
|
|
#define LINE_CARD_7_DN_TEMP_REG 0x2d
|
|
#define LINE_CARD_8_DN_TEMP_REG 0x2f
|
|
|
|
#define NCT7511_TEMP_REG 0x08
|
|
#define LEFT_BOT_SB_TEMP_REG 0x09
|
|
#define CTR_TOP_SB_TEMP_REG 0x10
|
|
#define CTR_SB_TEMP_REG 0x11
|
|
#define LEFT_TOP_CB_TEMP_REG 0x13
|
|
#define CTR_CB_TEMP_REG 0x14
|
|
#define RIGHT_BOT_CB_TEMP_REG 0x15
|
|
#define LEFT_BOT_CB_TEMP_REG 0x16
|
|
#define IO_BOARD_TEMP_REG 0x17
|
|
|
|
#define TEMP_R_B_F_REG 0x10
|
|
#define TEMP_R_B_B_REG 0x11
|
|
#define TEMP_R_B_F_MAX_REG 0x12
|
|
#define TEMP_R_B_F_MIN_REG 0x13
|
|
#define TEMP_R_B_F_CRIT_REG 0x14
|
|
#define TEMP_R_B_F_LCRIT_REG 0x15
|
|
#define TEMP_R_B_B_MAX_REG 0x16
|
|
#define TEMP_R_B_B_MIN_REG 0x17
|
|
#define TEMP_R_B_B_CRIT_REG 0x18
|
|
#define TEMP_R_B_B_LCRIT_REG 0x19
|
|
|
|
#define TEMP_L_B_F_REG 0x20
|
|
#define TEMP_L_B_B_REG 0x21
|
|
#define TEMP_L_B_F_MAX_REG 0x22
|
|
#define TEMP_L_B_F_MIN_REG 0x23
|
|
#define TEMP_L_B_F_CRIT_REG 0x24
|
|
#define TEMP_L_B_F_LCRIT_REG 0x25
|
|
#define TEMP_L_B_B_MAX_REG 0x26
|
|
#define TEMP_L_B_B_MIN_REG 0x27
|
|
#define TEMP_L_B_B_CRIT_REG 0x28
|
|
#define TEMP_L_B_B_LCRIT_REG 0x29
|
|
|
|
#define TEMP_R_T_F_REG 0x30
|
|
#define TEMP_R_T_B_REG 0x31
|
|
#define TEMP_R_T_F_MAX_REG 0x32
|
|
#define TEMP_R_T_F_MIN_REG 0x33
|
|
#define TEMP_R_T_F_CRIT_REG 0x34
|
|
#define TEMP_R_T_F_LCRIT_REG 0x35
|
|
#define TEMP_R_T_B_MAX_REG 0x36
|
|
#define TEMP_R_T_B_MIN_REG 0x37
|
|
#define TEMP_R_T_B_CRIT_REG 0x38
|
|
#define TEMP_R_T_B_LCRIT_REG 0x39
|
|
|
|
#define TEMP_L_T_F_REG 0x40
|
|
#define TEMP_L_T_B_REG 0x41
|
|
#define TEMP_L_T_F_MAX_REG 0x42
|
|
#define TEMP_L_T_F_MIN_REG 0x43
|
|
#define TEMP_L_T_F_CRIT_REG 0x44
|
|
#define TEMP_L_T_F_LCRIT_REG 0x45
|
|
#define TEMP_L_T_B_MAX_REG 0x46
|
|
#define TEMP_L_T_B_MIN_REG 0x47
|
|
#define TEMP_L_T_B_CRIT_REG 0x48
|
|
#define TEMP_L_T_B_LCRIT_REG 0x49
|
|
/* end of register offset define */ |