Searched defs:readData (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-power/tools/i2c/ |
H A D | i2c.cpp | 156 uint8_t* readData) in processCallSMBus() 180 uint8_t* readData) in processCallI2C() 477 uint16_t& readData) in processCall() 499 uint8_t* readData) in processCall()
|
/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/ |
H A D | lattice.cpp | 338 std::vector<uint8_t> readData(resSize, 0); readDeviceId() local 686 std::vector<uint8_t> readData(resSize, 0); readBusyFlag() local 705 std::vector<uint8_t> readData(resSize, 0); readStatusReg() local 731 std::vector<uint8_t> readData(resSize, 0); readUserCode() local
|
/openbmc/openpower-proc-control/procedures/common/ |
H A D | collect_sbe_hb_data.cpp | 104 auto readData = readReg(proc, P9_SBE_MSG_REGISTER); in collectSBEHBData() local 123 auto readData = readReg(master, P9_HB_MBX5_REG); in collectSBEHBData() local
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | aei_updater.cpp | 530 uint8_t readData[I2C_SMBUS_BLOCK_MAX] = {}; in downloadPsuFirmware() local 553 uint8_t regAddr, const uint8_t expectedReadSize, uint8_t* readData, in performI2cWriteReadWithRetries() 623 uint8_t* readData, const int& delayTime) in performI2cWriteRead()
|
/openbmc/phosphor-bmc-code-mgmt/common/i2c/ |
H A D | i2c.cpp | 35 uint8_t* writeData, uint8_t writeSize, uint8_t* readData, in sendReceive() argument
|
/openbmc/openpower-proc-control/ |
H A D | cfam_access.cpp | 120 cfam_data_t readData = readReg(target, address); in writeRegWithMask() local
|
/openbmc/bmcweb/include/ |
H A D | persistent_data.hpp | 61 void readData() in readData() function in persistent_data::ConfigFile
|
/openbmc/entity-manager/src/fru_device/ |
H A D | fru_device.cpp | 237 static int64_t readData(bool is16bit, bool isBytewise, int file, in readData() function
|