Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/char/ipmi/
Dipmi_kcs_sm.c182 #define GET_STATUS_IBF(status) ((status) & 0x02) macro
223 if (GET_STATUS_IBF(status)) { in check_ibf()