Searched defs:IPMIBT (Results 1 – 2 of 2) sorted by relevance
30 typedef struct IPMIBT { struct31 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); argument62 void (*lower_irq)(struct IPMIBT *ib); argument66 } IPMIBT; typedef
48 #define IPMIBT "ipmibt" macro