Searched refs:chipModel (Results 1 – 6 of 6) sorted by relevance
| /openbmc/phosphor-bmc-code-mgmt/eeprom-device/ |
| H A D | eeprom_device_version.hpp | 15 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 D | eeprom_device_version.cpp | 13 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 D | eeprom_device.cpp | 20 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 D | eeprom_device.hpp | 22 const std::string& chipModel, 36 std::string chipModel; member in EEPROMDevice
|
| H A D | eeprom_device_software_manager.hpp | 26 std::string& chipModel);
|
| /openbmc/phosphor-bmc-code-mgmt/cpld/lattice/ |
| H A D | lattice_xo3_cpld.cpp | 26 auto chipModel = in readDeviceId() local 28 return chipModel == this->chip; in readDeviceId()
|