Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DMCUTempSensor.hpp31 int getMCURegsInfoWord(uint8_t regs, int32_t* pu32data) const;
H A DMCUTempSensor.cpp116 int MCUTempSensor::getMCURegsInfoWord(uint8_t regs, int32_t* pu32data) const in getMCURegsInfoWord() function in MCUTempSensor
183 int ret = getMCURegsInfoWord(tempReg, &temp); in read()