Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dipmi-kcs-test.c40 #define IPMI_KCS_CMDREG_GET_STATE() ((kcs_get_cmdreg() >> 6) & 3) macro
105 g_assert(IPMI_KCS_CMDREG_GET_STATE() == state); in kcs_check_state()
133 switch (IPMI_KCS_CMDREG_GET_STATE()) { in kcs_cmd()
178 switch (IPMI_KCS_CMDREG_GET_STATE()) { in kcs_abort()
200 if (IPMI_KCS_CMDREG_GET_STATE() != IPMI_KCS_STATE_READ) { in kcs_abort()
208 if (IPMI_KCS_CMDREG_GET_STATE() != IPMI_KCS_STATE_IDLE) { in kcs_abort()