OpenBIC
OpenSource Bridge-IC
plat_isr.h File Reference
#include <stdint.h>
#include "ipmi.h"
Include dependency graph for plat_isr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _add_sel_info
 
struct  _accl_power_fault_info
 

Macros

#define PRESS_FIO_BUTTON_DELAY_MS   4000
 

Typedefs

typedef struct _add_sel_info add_sel_info
 
typedef struct _accl_power_fault_info accl_power_fault_info
 

Enumerations

enum  BUTTON_OPTIONAL { OPTIONAL_AC_OFF = 0x01 }
 

Functions

void ISR_FIO_BUTTON ()
 
void ISR_POWER_STATUS_CHANGE ()
 
void ISR_VR_ALERT ()
 
void ISR_PMBUS_ALERT ()
 
void ISR_P1V25_ALERT ()
 
void ISR_P12V_ACCL1_ALERT ()
 
void ISR_P12V_ACCL2_ALERT ()
 
void ISR_P12V_ACCL3_ALERT ()
 
void ISR_P12V_ACCL4_ALERT ()
 
void ISR_P12V_ACCL5_ALERT ()
 
void ISR_P12V_ACCL6_ALERT ()
 
void ISR_P12V_ACCL7_ALERT ()
 
void ISR_P12V_ACCL8_ALERT ()
 
void ISR_P12V_ACCL9_ALERT ()
 
void ISR_P12V_ACCL10_ALERT ()
 
void ISR_P12V_ACCL11_ALERT ()
 
void ISR_P12V_ACCL12_ALERT ()
 
void fio_power_button_work_handler ()
 
void vr_alert_work_handler ()
 

Macro Definition Documentation

◆ PRESS_FIO_BUTTON_DELAY_MS

#define PRESS_FIO_BUTTON_DELAY_MS   4000

Typedef Documentation

◆ accl_power_fault_info

◆ add_sel_info

typedef struct _add_sel_info add_sel_info

Enumeration Type Documentation

◆ BUTTON_OPTIONAL

Enumerator
OPTIONAL_AC_OFF 

Function Documentation

◆ fio_power_button_work_handler()

void fio_power_button_work_handler ( )
Here is the call graph for this function:

◆ ISR_FIO_BUTTON()

void ISR_FIO_BUTTON ( )

◆ ISR_P12V_ACCL10_ALERT()

void ISR_P12V_ACCL10_ALERT ( )

◆ ISR_P12V_ACCL11_ALERT()

void ISR_P12V_ACCL11_ALERT ( )

◆ ISR_P12V_ACCL12_ALERT()

void ISR_P12V_ACCL12_ALERT ( )

◆ ISR_P12V_ACCL1_ALERT()

void ISR_P12V_ACCL1_ALERT ( )

◆ ISR_P12V_ACCL2_ALERT()

void ISR_P12V_ACCL2_ALERT ( )

◆ ISR_P12V_ACCL3_ALERT()

void ISR_P12V_ACCL3_ALERT ( )

◆ ISR_P12V_ACCL4_ALERT()

void ISR_P12V_ACCL4_ALERT ( )

◆ ISR_P12V_ACCL5_ALERT()

void ISR_P12V_ACCL5_ALERT ( )

◆ ISR_P12V_ACCL6_ALERT()

void ISR_P12V_ACCL6_ALERT ( )

◆ ISR_P12V_ACCL7_ALERT()

void ISR_P12V_ACCL7_ALERT ( )

◆ ISR_P12V_ACCL8_ALERT()

void ISR_P12V_ACCL8_ALERT ( )

◆ ISR_P12V_ACCL9_ALERT()

void ISR_P12V_ACCL9_ALERT ( )

◆ ISR_P1V25_ALERT()

void ISR_P1V25_ALERT ( )

◆ ISR_PMBUS_ALERT()

void ISR_PMBUS_ALERT ( )

◆ ISR_POWER_STATUS_CHANGE()

void ISR_POWER_STATUS_CHANGE ( )
Here is the call graph for this function:

◆ ISR_VR_ALERT()

void ISR_VR_ALERT ( )

◆ vr_alert_work_handler()

void vr_alert_work_handler ( )