Home
last modified time | relevance | path

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

/openbmc/phosphor-power/power-sequencer/
H A Dmihawk-cpld.cpp391 uint16_t statusValue_1; in checkPoweronFault() local
398 i2c->read(StatusReg_1, statusValue_1); in checkPoweronFault()
400 if (statusValue_1 < 0) in checkPoweronFault()
406 if ((statusValue_1 >> 5) & 1) in checkPoweronFault()