#include <stdint.h>
Go to the source code of this file.
◆ GL_CPLD_BMC_CHANNEL_ADDR
#define GL_CPLD_BMC_CHANNEL_ADDR 0x1E |
◆ MAX_COUNT_PMIC_ERROR_OFFSET
#define MAX_COUNT_PMIC_ERROR_OFFSET 7 |
◆ MAX_COUNT_PMIC_ERROR_TYPE
#define MAX_COUNT_PMIC_ERROR_TYPE 17 |
◆ MONITOR_PMIC_ERROR_STACK_SIZE
#define MONITOR_PMIC_ERROR_STACK_SIZE 4096 |
◆ MONITOR_PMIC_ERROR_TIME_MS
#define MONITOR_PMIC_ERROR_TIME_MS (3 * 1000) |
◆ PMIC_CLEAR_STATUS_BITS4_OFFSET
#define PMIC_CLEAR_STATUS_BITS4_OFFSET 0x14 |
◆ PMIC_FAULT_STATUS_OFFSET
#define PMIC_FAULT_STATUS_OFFSET 0x0B |
◆ PMIC_VENDOR_PASSWORD_CONTROL_OFFSET
#define PMIC_VENDOR_PASSWORD_CONTROL_OFFSET 0x39 |
◆ add_pmic_error_sel()
void add_pmic_error_sel |
( |
uint8_t |
dimm_id, |
|
|
uint8_t |
error_type |
|
) |
| |
◆ clear_pmic_error()
void clear_pmic_error |
( |
| ) |
|
◆ compare_pmic_error()
int compare_pmic_error |
( |
uint8_t |
dimm_id, |
|
|
uint8_t * |
pmic_err_data, |
|
|
uint8_t |
pmic_err_data_len |
|
) |
| |
◆ get_pmic_fault_status()
int get_pmic_fault_status |
( |
| ) |
|
◆ monitor_pmic_error_via_i3c_handler()
void monitor_pmic_error_via_i3c_handler |
( |
| ) |
|
◆ read_pmic_error_when_dc_off()
void read_pmic_error_when_dc_off |
( |
| ) |
|
◆ start_monitor_pmic_error_thread()
void start_monitor_pmic_error_thread |
( |
| ) |
|