|
OpenBIC
OpenSource Bridge-IC
|
#include <logging/log.h>#include <drivers/sensor.h>#include <drivers/pwm.h>#include "hal_gpio.h"#include "plat_gpio.h"#include "plat_power_seq.h"#include "plat_isr.h"
Functions | |
| LOG_MODULE_REGISTER (plat_isr) | |
| K_WORK_DEFINE (cxl_power_on_work, execute_power_on_sequence) | |
| K_WORK_DEFINE (cxl_power_off_work, execute_power_off_sequence) | |
| void | ISR_MB_DC_STATUS_CHANGE () |
| void | ISR_MB_PCIE_RST () |
| void ISR_MB_DC_STATUS_CHANGE | ( | ) |

| void ISR_MB_PCIE_RST | ( | ) |

| K_WORK_DEFINE | ( | cxl_power_off_work | , |
| execute_power_off_sequence | |||
| ) |
| K_WORK_DEFINE | ( | cxl_power_on_work | , |
| execute_power_on_sequence | |||
| ) |
| LOG_MODULE_REGISTER | ( | plat_isr | ) |