Home
last modified time | relevance | path

Searched defs:chipModel (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device_version.hpp15 DeviceVersion(const std::string& chipModel, const uint16_t bus, in DeviceVersion()
35 std::string chipModel; member in DeviceVersion
H A Deeprom_device_version.cpp13 const std::string& chipModel, const uint16_t bus, const uint8_t address) in createProvider()
22 const std::string& chipModel, const uint16_t bus, const uint8_t address) in getVersionProvider()
H A Deeprom_device.hpp37 std::string chipModel; member in EEPROMDevice
H A Deeprom_device.cpp92 static std::string getDriverPath(const std::string& chipModel) in getDriverPath()
129 const std::string& chipModel, const std::vector<std::string>& gpioLines, in EEPROMDevice()
/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_xo3_cpld.cpp26 auto chipModel = in readDeviceId() local