Home
last modified time | relevance | path

Searched refs:occInstance (Results 1 – 7 of 7) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_command.cpp55 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 Docc_pass_through.cpp36 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 Docc_manager.cpp907 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 Docc_pass_through.hpp90 int occInstance; member in open_power::occ::PassThrough
H A Dpowermode.cpp150 "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 Docc_command.hpp129 uint8_t occInstance; member in open_power::occ::OccCommand
H A Dpowermode.hpp359 int occInstance; member in open_power::occ::powermode::PowerMode