Home
last modified time | relevance | path

Searched refs:chipModel (Results 1 – 6 of 6) 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() argument
17 chipModel(chipModel), bus(bus), address(address) in DeviceVersion()
35 std::string chipModel; member in DeviceVersion
41 const std::string& chipModel, uint16_t bus, uint8_t address);
H A Deeprom_device_version.cpp13 const std::string& chipModel, const uint16_t bus, const uint8_t address) in createProvider() argument
15 return std::make_unique<ProviderType>(chipModel, bus, address); in createProvider()
22 const std::string& chipModel, const uint16_t bus, const uint8_t address) in getVersionProvider() argument
24 auto it = providerMap.find(chipModel); in getVersionProvider()
27 return it->second(chipModel, bus, address); in getVersionProvider()
H A Deeprom_device.cpp20 static std::string getDriverPath(const std::string& chipModel) in getDriverPath() argument
23 if (chipModel.find("EEPROM_24C") == std::string::npos) in getDriverPath()
25 error("Invalid EEPROM chip model: {CHIP}", "CHIP", chipModel); in getDriverPath()
57 const std::string& chipModel, const std::vector<std::string>& gpioLines, in EEPROMDevice() argument
63 bus(bus), address(address), chipModel(chipModel), gpioLines(gpioLines),
151 auto driverPath = getDriverPath(chipModel); in bindEEPROM()
155 chipModel); in bindEEPROM()
187 auto driverPath = getDriverPath(chipModel); in unbindEEPROM()
191 "CHIP", chipModel); in unbindEEPROM()
219 auto driverPath = getDriverPath(chipModel); in isEEPROMBound()
H A Deeprom_device.hpp22 const std::string& chipModel,
36 std::string chipModel; member in EEPROMDevice
H A Deeprom_device_software_manager.hpp26 std::string& chipModel);
/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_xo3_cpld.cpp26 auto chipModel = in readDeviceId() local
28 return chipModel == this->chip; in readDeviceId()