Home
last modified time | relevance | path

Searched defs:IPMIBT (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/ipmi/
H A Dipmi_bt.h30 typedef struct IPMIBT { struct
31 IPMIBmc *bmc;
33 bool do_wake;
35 bool obf_irq_set;
36 bool atn_irq_set;
37 bool irqs_enabled;
61 void (*raise_irq)(struct IPMIBT *ib); argument
62 void (*lower_irq)(struct IPMIBT *ib); argument
66 } IPMIBT; typedef
/openbmc/phosphor-ipmi-flash/tools/
H A Dmain.cpp48 #define IPMIBT "ipmibt" macro