#include <stdint.h>
Go to the source code of this file.
◆ MAX_COUNT_DIMM
◆ MAX_COUNT_PMIC_ERROR_TYPE
#define MAX_COUNT_PMIC_ERROR_TYPE 17 |
◆ MAX_LEN_GET_PMIC_ERROR_INFO
#define MAX_LEN_GET_PMIC_ERROR_INFO 6 |
◆ 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) |
◆ add_pmic_error_sel()
void add_pmic_error_sel |
( |
uint8_t |
dimm_id, |
|
|
uint8_t |
error_type |
|
) |
| |
◆ compare_pmic_error()
int compare_pmic_error |
( |
uint8_t |
dimm_id, |
|
|
uint8_t * |
pmic_err_data |
|
) |
| |
◆ get_dimm_info()
int get_dimm_info |
( |
uint8_t |
dimm_id, |
|
|
uint8_t * |
bus, |
|
|
uint8_t * |
addr |
|
) |
| |
◆ monitor_pmic_error_handler()
void monitor_pmic_error_handler |
( |
| ) |
|
◆ start_monitor_pmic_error_thread()
void start_monitor_pmic_error_thread |
( |
| ) |
|