Home
last modified time | relevance | path

Searched refs:chipName (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dgpio_controller.cpp114 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 Dsbe_dump_collector.cpp282 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 Dsbe_dump_collector.hpp170 const std::string& chipName, const uint8_t chipPos,
262 void addLogDataToDump(uint32_t logId, std::string src, std::string chipName,
H A Dsbe_type.hpp17 std::string chipName; member
H A Ddump_utils.cpp65 "EID", eid, "CHIPTYPE", sbeTypeAttributes.at(sbeType).chipName, in requestSBEDump()
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld_software_manager.cpp25 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 Dcpld_interface.cpp19 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 Dcpld_interface.hpp54 const std::string& chipName, uint16_t bus, uint8_t address) const;
/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_cpld_factory.hpp11 const std::string& chipName, latticeChip chipEnum, in LatticeCPLDFactory() argument
13 CPLDInterface(ctx, chipName, bus, address), chipEnum(chipEnum) in LatticeCPLDFactory()
H A Dlattice_cpld_factory.cpp85 const std::string& chipName, uint16_t bus, in __anonccff76d40202()
90 ctx, chipName, chipEnum, bus, address); in __anonccff76d40202()