|
OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "plat_event.h"#include <plat_gpio.h>#include <plat_log.h>#include <plat_hook.h>#include <logging/log.h>#include <pmbus.h>#include <plat_cpld.h>#include "pldm_oem.h"#include "plat_led.h"
Functions | |
| LOG_MODULE_REGISTER (plat_event) | |
| void | get_vr_vout_handler (struct k_work *work) |
| K_WORK_DEFINE (vr_vout_work, get_vr_vout_handler) | |
| void | process_mtia_vr_power_fault_sel (cpld_info *cpld_info, uint8_t *current_cpld_value) |
| void | plat_set_dc_on_log (bool is_assert) |
| void | plat_set_iris_temp_error_log (bool is_assert, uint8_t sensor_id) |
Variables | |
| const vr_fault_info | vr_fault_table [] |
| const vr_mapping_status | vr_status_rail_list [] |
| void get_vr_vout_handler | ( | struct k_work * | work | ) |

| K_WORK_DEFINE | ( | vr_vout_work | , |
| get_vr_vout_handler | |||
| ) |
| LOG_MODULE_REGISTER | ( | plat_event | ) |
| void plat_set_dc_on_log | ( | bool | is_assert | ) |

| void plat_set_iris_temp_error_log | ( | bool | is_assert, |
| uint8_t | sensor_id | ||
| ) |

| void process_mtia_vr_power_fault_sel | ( | cpld_info * | cpld_info, |
| uint8_t * | current_cpld_value | ||
| ) |

| const vr_fault_info vr_fault_table[] |
| const vr_mapping_status vr_status_rail_list[] |