Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/ipmi/
H A Dipmi_smic.c80 } while (flags & SMIC_STATUS_BUSY); in smic_wait_for_not_busy()
89 flags |= SMIC_STATUS_BUSY; in smic_set_busy()
H A Dipmivars.h161 #define SMIC_STATUS_BUSY 0x01 /* System set and BMC clears it */ macro