Home
last modified time | relevance | path

Searched refs:i2cAddress (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-mrw-tools/
H A Dgen_path_callouts.pl110 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 Ddevice_callouts.hpp117 size_t i2cBus, uint8_t i2cAddress,
156 size_t i2CBus, uint8_t i2cAddress, const nlohmann::json& calloutJSON);
H A Ddevice_callouts.cpp277 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 Dcpld.hpp13 uint32_t i2cAddress; member
/openbmc/phosphor-buttons/src/
H A Dcpld.cpp17 << std::setfill('0') << info.i2cAddress << "/" << info.registerName; in getCpldDevPath()
H A Dmain.cpp70 cpldCfg.i2cAddress = cpldConfig["i2c_address"].get<int>(); in main()