Searched refs:pmbusIntf (Results 1 – 8 of 8) sorted by relevance
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 75 Device(name, inst), monitorPath(objpath), pmbusIntf(objpath), in PowerSupply() 79 pmbusIntf.findHwmonDir(); in PowerSupply() 97 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); 130 if (pmbusIntf.exists(cmd, type)) in captureCmd() 134 auto val = pmbusIntf.read(cmd, type); in captureCmd() 156 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); in analyze() 382 auto status0Vout = pmbusIntf.insertPageNum(STATUS_VOUT, 0); in checkPGOrUnitOffFault() 422 auto status0Vout = pmbusIntf.insertPageNum(STATUS_VOUT, 0); in checkCurrentOutOverCurrentFault() 463 auto status0Vout = pmbusIntf.insertPageNum(STATUS_VOUT, 0); in checkOutputOvervoltageFault() 529 statusTemperature = pmbusIntf.read(STATUS_TEMPERATURE, Type::Debug); in checkTemperatureFault() [all …]
|
H A D | power_supply.hpp | 110 witherspoon::pmbus::PMBus pmbusIntf; member in witherspoon::power::psu::PowerSupply
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 59 pmbusIntf = phosphor::pmbus::createPMBus(i2cbus, addrStr); in PowerSupply() 217 pmbusIntf->findHwmonDir(); in updatePresenceGPIO() 573 statusWord = pmbusIntf->read(STATUS_WORD, Type::Debug, in analyze() 580 statusInput = pmbusIntf->read(STATUS_INPUT, Type::Debug); in analyze() 584 statusMFR = pmbusIntf->read(STATUS_MFR, Type::Debug); in analyze() 586 statusCML = pmbusIntf->read(STATUS_CML, Type::Debug); in analyze() 587 auto status0Vout = pmbusIntf->insertPageNum(STATUS_VOUT, 0); in analyze() 588 statusVout = pmbusIntf->read(status0Vout, Type::Debug); in analyze() 589 statusIout = pmbusIntf->read(STATUS_IOUT, Type::Debug); in analyze() 590 statusFans12 = pmbusIntf->read(STATUS_FANS_1_2, Type::Debug); in analyze() [all …]
|
H A D | power_supply.hpp | 100 return *pmbusIntf; in getPMBus() 422 return pmbusIntf->path(); in getDevicePath() 866 std::unique_ptr<phosphor::pmbus::PMBusBase> pmbusIntf = nullptr; member in phosphor::power::psu::PowerSupply
|
/openbmc/phosphor-power/power-supply/ |
H A D | power_supply.cpp | 52 Device(name, inst), monitorPath(objpath), pmbusIntf(objpath), in PowerSupply() 56 pmbusIntf.findHwmonDir(); in PowerSupply() 76 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); 124 if (pmbusIntf.exists(cmd, type)) in captureCmd() 128 auto val = pmbusIntf.read(cmd, type); in captureCmd() 150 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); in analyze() 352 auto status0Vout = pmbusIntf.insertPageNum(STATUS_VOUT, 0); in checkPGOrUnitOffFault() 392 auto status0Vout = pmbusIntf.insertPageNum(STATUS_VOUT, 0); in checkCurrentOutOverCurrentFault() 433 auto status0Vout = pmbusIntf.insertPageNum(STATUS_VOUT, 0); in checkOutputOvervoltageFault() 499 statusTemperature = pmbusIntf.read(STATUS_TEMPERATURE, Type::Debug); in checkTemperatureFault() [all …]
|
H A D | power_supply.hpp | 110 phosphor::pmbus::PMBus pmbusIntf; member in phosphor::power::psu::PowerSupply
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | utils.cpp | 129 std::string readVPDValue(phosphor::pmbus::PMBusBase& pmbusIntf, in readVPDValue() argument 140 vpdValue = pmbusIntf.readString(vpdName, type); in readVPDValue()
|
H A D | utils.hpp | 75 std::string readVPDValue(phosphor::pmbus::PMBusBase& pmbusIntf,
|