Searched refs:i2cAddress (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-mrw-tools/ |
H A D | gen_path_callouts.pl | 110 sub i2cAddress subroutine 181 sub i2cAddress subroutine 645 $secondCallout->i2cAddress()); 763 $c{HexAddress} = $callout->i2cAddress(); 764 my $decimal = hex($callout->i2cAddress()); 778 $c{HexAddress} = $callout->i2cAddress(); 779 my $decimal = hex($callout->i2cAddress());
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | device_callouts.hpp | 117 size_t i2cBus, uint8_t i2cAddress, 156 size_t i2CBus, uint8_t i2cAddress, const nlohmann::json& calloutJSON);
|
H A D | device_callouts.cpp | 277 size_t i2cBus, uint8_t i2cAddress, const nlohmann::json& calloutJSON) in calloutI2C() argument 280 auto addrString = std::to_string(i2cAddress); in calloutI2C() 527 size_t i2cBus, uint8_t i2cAddress, in getI2CCallouts() argument 531 return util::calloutI2C(i2cBus, i2cAddress, json); in getI2CCallouts()
|
/openbmc/phosphor-buttons/inc/ |
H A D | cpld.hpp | 13 uint32_t i2cAddress; member
|
/openbmc/phosphor-buttons/src/ |
H A D | cpld.cpp | 17 << std::setfill('0') << info.i2cAddress << "/" << info.registerName; in getCpldDevPath()
|
H A D | main.cpp | 70 cpldCfg.i2cAddress = cpldConfig["i2c_address"].get<int>(); in main()
|