Home
last modified time | relevance | path

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

/freebsd/sys/dev/ipmi/
H A Dipmivars.h179 #define SMIC_STATUS_TX_RDY 0x40 /* Ready to accept WRITE */ macro
H A Dipmi_smic.c61 } while (!(flags & SMIC_STATUS_TX_RDY)); in smic_wait_for_tx_okay()