Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dsst_mailbox.cpp202 constexpr uint32_t mbBusyBit = bit(31); in sendPECIOSMailboxCmd() local
206 while ((rdMailboxReg(mbInterfaceReg) & mbBusyBit) != 0 && in sendPECIOSMailboxCmd()
220 mbBusyBit | (static_cast<uint32_t>(subCommand) << 8) | command; in sendPECIOSMailboxCmd()
228 } while ((interfaceReg & mbBusyBit) != 0 && --attempts > 0); in sendPECIOSMailboxCmd()