/openbmc/openpower-occ-control/ |
H A D | occ_command.cpp | 55 occInstance(instance), path(path), in OccCommand() 119 occInstance, "CMD", lg2::hex, cmd_type, "LEN", command.size(), in send() 135 "INST", occInstance, "CMD", lg2::hex, cmd_type, "ERR", in send() 173 "INST", occInstance, "CMD", lg2::hex, cmd_type, "ERR", in send() 190 "INST", occInstance, "CMD", lg2::hex, cmd_type, "LEN", in send() 209 "INST", occInstance, "RCVD", rspChecksum, "EXPECT", in send() 241 "INST", occInstance, "LEN", response.size()); in send()
|
H A D | occ_pass_through.cpp | 36 occInstance(this->path.back() - '0'), in PassThrough() 42 occCmd(occInstance, path) in PassThrough() 77 "INST", occInstance); in send() 101 "CMD", lg2::hex, command.front(), "INST", occInstance, "LEN", in send() 107 "CMD", command.front(), "INST", occInstance); in send()
|
H A D | occ_manager.cpp | 907 void Manager::readTempSensors(const fs::path& path, uint32_t occInstance) in readTempSensors() argument 963 "vrm_vdd" + std::to_string(occInstance) + "_temp"); in readTempSensors() 968 "proc" + std::to_string(occInstance) + "_ioring_temp"); in readTempSensors() 970 std::to_string(occInstance) + "_ioring_dvfs_temp"; in readTempSensors() 1009 sensorPath.append("proc" + std::to_string(occInstance) + in readTempSensors() 1015 std::to_string(occInstance) + "_core_dvfs_temp"; in readTempSensors() 1141 existingSensors[objectPath] = occInstance; in readTempSensors()
|
H A D | occ_pass_through.hpp | 90 int occInstance; member in open_power::occ::PassThrough
|
H A D | powermode.cpp | 150 "INST", occInstance, "PATH", masterOccPath); in setMasterOcc() 158 occInstance = path.back() - '0'; in setMasterOcc() 160 occInstance, "PATH", path); in setMasterOcc() 164 occInstance, path.c_str()); in setMasterOcc() 487 "MODE", uint8_t(newMode), "DATA", oemModeData, "INST", occInstance, in sendModeChange() 746 "INST", occInstance, "LEN", cmd.size()); in sendIpsData()
|
H A D | occ_command.hpp | 129 uint8_t occInstance; member in open_power::occ::OccCommand
|
H A D | powermode.hpp | 359 int occInstance; member in open_power::occ::powermode::PowerMode
|