Home
last modified time | relevance | path

Searched refs:regAddr (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-power/tools/power-utils/
H A Daei_updater.hpp150 uint8_t regAddr, const uint8_t expectedReadSize, uint8_t* readData,
161 void performI2cWriteRead(uint8_t regAddr, uint8_t& readReplySize,
H A Daei_updater.cpp553 uint8_t regAddr, const uint8_t expectedReadSize, uint8_t* readData, in performI2cWriteReadWithRetries() argument
563 performI2cWriteRead(regAddr, readReplySize, readData, delayTime); in performI2cWriteReadWithRetries()
622 void AeiUpdater::performI2cWriteRead(uint8_t regAddr, uint8_t& readReplySize, in performI2cWriteRead() argument
625 i2cInterface->processCall(regAddr, cmdBlockWrite.size(), in performI2cWriteRead()
/openbmc/smbios-mdr/src/
H A Dcpuinfo_main.cpp104 uint8_t regAddr, size_t count) in readSSpec() argument
155 value = ::i2c_smbus_read_byte_data(fd, regAddr + i); in readSSpec()