24#define MAX_COUNT_DIMM 6
26#define I3C_MUX_TO_BIC 0x1
27#define I3C_MUX_TO_CPU 0x0
28#define DIMM_MUX_TO_DIMM_A0A1A3 0x0
29#define DIMM_MUX_TO_DIMM_A4A6A7 0x1
30#define I3C_DIMM_MUX_MUTEX_TIMEOUT_MS 1000
32#define GET_DIMM_INFO_TIME_MS 1000
33#define GET_DIMM_INFO_STACK_SIZE 2304
35#define MAX_LEN_ME_GET_PMIC_ERR 6
37#define MAX_LEN_I3C_GET_PMIC_ERR 47
38#define MAX_LEN_I3C_GET_PMIC_PWR 1
39#define MAX_LEN_I3C_GET_SPD_TEMP 2
41#define DIMM_I3C_MUX_CONTROL_OFFSET 0x0B
uint8_t data[]
Definition: isl69259.c:2
uint8_t sensor_num
Definition: storage_handler.h:6
Definition: hal_i3c.h:105
Definition: plat_dimm.h:71
bool is_present
Definition: plat_dimm.h:72
uint8_t pmic_pwr_data[MAX_LEN_I3C_GET_PMIC_PWR]
Definition: plat_dimm.h:74
uint8_t pmic_error_data[MAX_LEN_I3C_GET_PMIC_ERR]
Definition: plat_dimm.h:73
uint8_t spd_temp_data[MAX_LEN_I3C_GET_SPD_TEMP]
Definition: plat_dimm.h:75