Home
last modified time | relevance | path

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

/openbmc/phosphor-power/power-sequencer/
H A Dmihawk-cpld.hpp24 class MihawkCPLD : public Device class
27 MihawkCPLD() = delete;
28 ~MihawkCPLD() = default;
29 MihawkCPLD(const MihawkCPLD&) = delete;
30 MihawkCPLD& operator=(const MihawkCPLD&) = delete;
31 MihawkCPLD(MihawkCPLD&&) = default;
32 MihawkCPLD& operator=(MihawkCPLD&&) = default;
40 MihawkCPLD(size_t instance, sdbusplus::bus_t& bus);
H A Dmihawk-cpld.cpp54 MihawkCPLD::MihawkCPLD(size_t instance, sdbusplus::bus_t& bus) : in MihawkCPLD() function in phosphor::power::MihawkCPLD
58 void MihawkCPLD::onFailure() in onFailure()
192 void MihawkCPLD::analyze() in analyze()
389 bool MihawkCPLD::checkPoweronFault() in checkPoweronFault()
422 int MihawkCPLD::readFromCPLDErrorCode(int statusReg) in readFromCPLDErrorCode()
444 bool MihawkCPLD::checkPowerreadyFault() in checkPowerreadyFault()
477 void MihawkCPLD::clearCPLDregister() in clearCPLDregister()
501 void MihawkCPLD::openCPLDDevice() in openCPLDDevice()
/openbmc/phosphor-power/
H A Dmeson.build122 sequencer_class = 'MihawkCPLD'