Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ipmi/
HDipmi_smic.c82 } while (flags & SMIC_STATUS_BUSY); in smic_wait_for_not_busy()
91 flags |= SMIC_STATUS_BUSY; in smic_set_busy()
HDipmivars.h160 #define SMIC_STATUS_BUSY 0x01 /* System set and BMC clears it */ macro