Home
last modified time | relevance | path

Searched refs:VOUT_COMMAND (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dpmbus_write_vout_command.md5 Writes the value of VOUT_COMMAND to set the output voltage of a PMBus regulator
15 VOUT_COMMAND:
39 VOUT_COMMAND, specify the "is_verified" property with a value of true.
41 The value of VOUT_COMMAND will be read from the device after it is written to
42 ensure that it contains the expected value. If VOUT_COMMAND contains an
47 were written to VOUT_COMMAND. The PMBus specification permits a device to have
57 …es | string | Data format of the value written to VOUT_COMMAND. Currently the …
59 | is_verified | no | boolean (true or false) | If true, the updated value of VOUT_COMMAND is …
83 "Verify value was successfully written to VOUT_COMMAND."
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Dpmbus_write_vout_command_action.cpp49 interface.write(pmbus_utils::VOUT_COMMAND, linearValue); in execute()
155 interface.read(pmbus_utils::VOUT_COMMAND, valueRead); in verifyWrite()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dpmbus_utils.hpp39 const uint8_t VOUT_COMMAND{0x21u}; variable
/openbmc/openbmc-tools/bi2cp/
H A Dbi2cp56 VOUT_COMMAND = (0x21, 2) variable in PMBusCommand