Searched refs:SMIC_STATUS_TX_RDY (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ipmi/ | ||
H A D | ipmivars.h | 179 #define SMIC_STATUS_TX_RDY 0x40 /* Ready to accept WRITE */ macro |
H A D | ipmi_smic.c | 61 } while (!(flags & SMIC_STATUS_TX_RDY)); in smic_wait_for_tx_okay() |