| /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 | 29 occInstance(this->path.back() - '0'), in PassThrough() 35 occCmd(occInstance, path) in PassThrough() 70 "INST", occInstance); in send() 94 "CMD", lg2::hex, command.front(), "INST", occInstance, "LEN", in send() 100 "CMD", command.front(), "INST", occInstance); in send()
|
| H A D | occ_pass_through.hpp | 84 int occInstance; member in open_power::occ::PassThrough
|
| H A D | occ_command.hpp | 129 uint8_t occInstance; member in open_power::occ::OccCommand
|
| H A D | occ_manager.cpp | 874 void Manager::readTempSensors(const fs::path& path, uint32_t occInstance) in readTempSensors() argument 930 "vrm_vdd" + std::to_string(occInstance) + "_temp"); in readTempSensors() 935 "proc" + std::to_string(occInstance) + "_ioring_temp"); in readTempSensors() 937 std::to_string(occInstance) + "_ioring_dvfs_temp"; in readTempSensors() 976 sensorPath.append("proc" + std::to_string(occInstance) + in readTempSensors() 982 std::to_string(occInstance) + "_core_dvfs_temp"; in readTempSensors() 1107 existingSensors[objectPath] = occInstance; in readTempSensors()
|
| H A D | powermode.cpp | 149 "INST", occInstance, "PATH", masterOccPath); in setMasterOcc() 157 occInstance = path.back() - '0'; in setMasterOcc() 159 occInstance, "PATH", path); in setMasterOcc() 163 occInstance, path.c_str()); in setMasterOcc() 494 "MODE", uint8_t(newMode), "DATA", oemModeData, "INST", occInstance, in sendModeChange() 753 "INST", occInstance, "LEN", cmd.size()); in sendIpsData()
|
| H A D | powermode.hpp | 354 int occInstance; member in open_power::occ::powermode::PowerMode
|