Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_base_cpld.cpp30 constexpr uint8_t failOrOKBit = 5; variable
435 ((*statusReg >> failOrOKBit) & 1) == isOK) in waitBusyAndVerify()