sonic-buildimage/platform/innovium/sonic-platform-modules-cameo/esc602-32q/modules/x86-64-cameo-esc602-32q-thermal.h
Tony Titus fbd4e452c7
[201911] [Innovium] Add new platforms and config updates (#7545)
Update Innovium configs + Add new platforms supporting Innovium chips
2021-05-17 12:30:20 -07:00

45 lines
1.5 KiB
C

/* register offset define */
#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 */