Home
last modified time | relevance | path

Searched refs:tempReg (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/mcu/
H A DMCUTempSensor.cpp70 uint8_t mcuAddress, uint8_t tempReg) : in MCUTempSensor() argument
74 busId(busId), mcuAddress(mcuAddress), tempReg(tempReg), in MCUTempSensor()
182 int ret = getMCURegsInfoWord(tempReg, &temp); in read()
242 uint8_t tempReg = loadVariant<uint8_t>(cfg, "Reg"); in createSensors() local
256 << "\tReg: " << static_cast<int>(tempReg) << "\n" in createSensors()
265 tempReg); in createSensors()
H A DMCUTempSensor.hpp19 uint8_t busId, uint8_t mcuAddress, uint8_t tempReg);
28 uint8_t tempReg; member