Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp665 if ((inputVoltageOld == in_input::VIN_VOLTAGE_0) && in analyze()
666 (inputVoltage != in_input::VIN_VOLTAGE_0)) in analyze()
676 else if (vinUVFault && (inputVoltage != in_input::VIN_VOLTAGE_0)) in analyze()
1180 actualInputVoltage = in_input::VIN_VOLTAGE_0; in getInputVoltage()
1181 inputVoltage = in_input::VIN_VOLTAGE_0; in getInputVoltage()
1196 inputVoltage = in_input::VIN_VOLTAGE_0; in getInputVoltage()
H A Dpower_supply.hpp935 int inputVoltage = phosphor::pmbus::in_input::VIN_VOLTAGE_0;
/openbmc/phosphor-power/
H A Dpmbus.hpp32 constexpr auto VIN_VOLTAGE_0 = 0; variable