Searched refs:MihawkCPLD (Results 1 – 3 of 3) sorted by relevance
24 class MihawkCPLD : public Device class27 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);
54 MihawkCPLD::MihawkCPLD(size_t instance, sdbusplus::bus_t& bus) : in MihawkCPLD() function in phosphor::power::MihawkCPLD58 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()
111 sequencer_class = 'MihawkCPLD'