Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/ipmi/
H A Dipmi_kcs_sm.c182 #define GET_STATUS_IBF(status) ((status) & 0x02) macro
223 if (GET_STATUS_IBF(status)) { in check_ibf()