| /openbmc/phosphor-bmc-code-mgmt/common/src/ |
| H A D | gpio_controller.cpp | 114 std::string chipName = line.get_chip().name(); in requestMuxGPIOs() local 115 groupLineNames[chipName].push_back(gpioLines[i]); in requestMuxGPIOs() 116 groupValues[chipName].push_back(gpioPolarities[i] ^ inverted ? 1 : 0); in requestMuxGPIOs() 123 for (auto& [chipName, lineNames] : groupLineNames) in requestMuxGPIOs() 125 ::gpiod::chip chip(chipName); in requestMuxGPIOs() 136 "CHIP", chipName); in requestMuxGPIOs() 142 groupValues[chipName][i]); in requestMuxGPIOs() 152 chipName); in requestMuxGPIOs() 156 lineBulk->request(config, groupValues[chipName]); in requestMuxGPIOs()
|
| /openbmc/openpower-debug-collector/dump/ |
| H A D | sbe_dump_collector.cpp | 282 std::string chipName; in logErrorAndCreatePEL() local 288 chipName = sbeTypeAttributes.at(sbeType).chipName; in logErrorAndCreatePEL() 291 lg2::info("log error {CHIP} {POSITION}", "CHIP", chipName, "POSITION", in logErrorAndCreatePEL() 317 "CHIP", chipName, "POSITION", chipPos); in logErrorAndCreatePEL() 327 "CHIP", chipName, "POSITION", chipPos); in logErrorAndCreatePEL() 333 lg2::error("Process FFDC {CHIP} {POSITION}", "CHIP", chipName, in logErrorAndCreatePEL() 346 chipName, chipPos, path.parent_path()); in logErrorAndCreatePEL() 365 chipName, chipPos, path.parent_path()); in logErrorAndCreatePEL() 385 "CHIPTYPE", chipName, "CHIPPOS", chipPos, "ERROR", e); in logErrorAndCreatePEL() 397 auto chipName = sbeTypeAttributes.at(sbeType).chipName; in collectDumpFromSBE() local [all …]
|
| H A D | sbe_dump_collector.hpp | 170 const std::string& chipName, const uint8_t chipPos, 262 void addLogDataToDump(uint32_t logId, std::string src, std::string chipName,
|
| H A D | sbe_type.hpp | 17 std::string chipName; member
|
| H A D | dump_utils.cpp | 65 "EID", eid, "CHIPTYPE", sbeTypeAttributes.at(sbeType).chipName, in requestSBEDump()
|
| /openbmc/phosphor-bmc-code-mgmt/cpld/ |
| H A D | cpld_software_manager.cpp | 25 auto chipName = co_await dbusGetRequiredProperty<std::string>( in initDevice() local 29 !chipName.has_value()) in initDevice() 37 "TYPE", chipType.value(), "NAME", chipName.value(), "BUS", in initDevice() 73 ctx, chipType.value(), chipName.value(), busNo.value(), address.value(), in initDevice() 80 chipName.value()); in initDevice()
|
| H A D | cpld_interface.cpp | 19 const std::string& chipName, uint16_t bus, uint8_t address) const in create() argument 24 return (it->second)(ctx, chipName, bus, address); in create()
|
| H A D | cpld_interface.hpp | 54 const std::string& chipName, uint16_t bus, uint8_t address) const;
|
| /openbmc/phosphor-bmc-code-mgmt/cpld/lattice/ |
| H A D | lattice_cpld_factory.hpp | 11 const std::string& chipName, latticeChip chipEnum, in LatticeCPLDFactory() argument 13 CPLDInterface(ctx, chipName, bus, address), chipEnum(chipEnum) in LatticeCPLDFactory()
|
| H A D | lattice_cpld_factory.cpp | 85 const std::string& chipName, uint16_t bus, in __anonccff76d40202() 90 ctx, chipName, chipEnum, bus, address); in __anonccff76d40202()
|