Home
last modified time | relevance | path

Searched refs:IPMI_KCS_GET_STATE (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/ipmi/
H A Dipmi_kcs.c57 #define IPMI_KCS_GET_STATE(d) (((d) >> 6) & 0x3) macro
112 if (IPMI_KCS_GET_STATE(ik->status_reg) != IPMI_KCS_ERROR_STATE) { in ipmi_kcs_handle_event()
123 switch (IPMI_KCS_GET_STATE(ik->status_reg)) { in ipmi_kcs_handle_event()