Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dpmbus_write_vout_command.md29 If the device supports the PMBus VOUT_MODE command, the exponent value can be
32 If VOUT_MODE is not supported by the device, the exponent value must be
58 …ive or negative. If not specified, the exponent value will be read from VOUT_MODE. |
70 "Get exponent from VOUT_MODE." ],
H A Dpmbus_read_sensor.md46 If the device supports the PMBus VOUT_MODE command, the exponent value can be
49 If VOUT_MODE is not supported by the device, the exponent value must be
107 …ive or negative. If not specified, the exponent value will be read from VOUT_MODE. …
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dpmbus_utils.hpp38 const uint8_t VOUT_MODE{0x20u}; variable
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Dpmbus_read_sensor_action.cpp108 interface.read(pmbus_utils::VOUT_MODE, voutModeValue); in getExponentValue()
H A Dpmbus_write_vout_command_action.cpp106 interface.read(pmbus_utils::VOUT_MODE, voutModeValue); in getExponentValue()
/openbmc/openbmc-tools/bi2cp/
H A Dbi2cp55 VOUT_MODE = (0x20, 1) variable in PMBusCommand