Home
last modified time | relevance | path

Searched refs:ccin (Results 1 – 14 of 14) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-parser/
H A Disdimm_vpd_parser.cpp213 std::string ccin; in getDDR4CCIN() local
217 ccin = itr->second; in getDDR4CCIN()
221 ccin = "XXXX"; in getDDR4CCIN()
223 return ccin; in getDDR4CCIN()
296 std::string ccin; in getDDR5CCIN() local
300 ccin = itr->second; in getDDR5CCIN()
304 ccin = "XXXX"; in getDDR5CCIN()
306 return ccin; in getDDR5CCIN()
348 auto ccin = getDDR5CCIN(partNumber); in readKeywords() local
349 keywordValueMap.emplace("CC", move(ccin)); in readKeywords()
[all …]
H A Dmemory_vpd_parser.cpp368 Binary ccin(iterator, iterator + CCIN_LEN); in readKeywords() local
377 map.emplace("CC", move(ccin)); in readKeywords()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfru_identity.cpp96 FRUIdentity::FRUIdentity(const std::string& partNumber, const std::string& ccin, in FRUIdentity() argument
103 setCCIN(ccin); in FRUIdentity()
158 std::string ccin{_ccin.begin(), _ccin.begin() + _ccin.size()}; in getCCIN() local
161 if (auto pos = ccin.find('\0'); pos != std::string::npos) in getCCIN()
163 ccin.resize(pos); in getCCIN()
165 return ccin; in getCCIN()
227 void FRUIdentity::setCCIN(const std::string& ccin) in setCCIN() argument
231 fillArray(ccin, _ccin); in setCCIN()
H A Dcallout.cpp82 const std::string& partNumber, const std::string& ccin, in Callout() argument
84 Callout(priority, locationCode, partNumber, ccin, serialNumber, in Callout()
89 const std::string& partNumber, const std::string& ccin, in Callout() argument
100 std::make_unique<FRUIdentity>(partNumber, ccin, serialNumber); in Callout()
H A Dfru_identity.hpp95 FRUIdentity(const std::string& partNumber, const std::string& ccin,
273 void setCCIN(const std::string& ccin);
H A Dcallout.hpp80 const std::string& partNumber, const std::string& ccin,
98 const std::string& partNumber, const std::string& ccin,
H A Dsrc.cpp425 uint32_t ccin = 0; in setMotherboardCCIN() local
432 ccin = std::stoi(ccinString, 0, 16); in setMotherboardCCIN()
443 _hexData[1] |= ccin << 16; in setMotherboardCCIN()
734 uint32_t ccin = _hexData[1] >> 16; in getJSON() local
736 if (ccin) in getJSON()
738 ccinString = getNumberString("%04X", ccin); in getJSON()
878 std::string ccin; in addInventoryCallout() local
896 dataIface.getHWCalloutFields(inventoryPath, fn, ccin, sn); in addInventoryCallout()
902 std::make_unique<src::Callout>(p, locCode, fn, ccin, sn, mrus); in addInventoryCallout()
912 CalloutPriority::high, locCode, fn, ccin, sn, mrus); in addInventoryCallout()
H A Ddata_interface.cpp389 std::string ccin; in getMotherboardCCIN() local
402 ccin = std::string{cc.begin(), cc.end()}; in getMotherboardCCIN()
412 return ccin; in getMotherboardCCIN()
444 std::string& ccin, std::string& serialNumber) const in getHWCalloutFields() argument
462 ccin = std::string{value.begin(), value.end()}; in getHWCalloutFields()
H A Ddata_interface.hpp349 std::string& ccin, std::string& serialNumber) const = 0;
778 std::string& fruPartNumber, std::string& ccin,
/openbmc/linux/drivers/hwmon/pmbus/
H A Dibm-cffps.c502 int ccin = i2c_smbus_read_word_swapped(client, CFFPS_CCIN_CMD); in ibm_cffps_probe() local
505 if (ccin > 0) { in ibm_cffps_probe()
506 ccin_revision = FIELD_GET(CFFPS_CCIN_REVISION, ccin); in ibm_cffps_probe()
507 ccin_version = FIELD_GET(CFFPS_CCIN_VERSION, ccin); in ibm_cffps_probe()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dfru_identity_test.cpp92 void testHWCallout(const std::string& pn, const std::string& ccin, in testHWCallout() argument
97 FRUIdentity fru{pn, ccin, sn}; in testHWCallout()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp657 std::string ccin; in updateInventory() local
678 ccin = pmbusIntf.readString(CCIN, Type::HwmonDeviceDebug); in updateInventory()
702 assetProps.emplace(MODEL_PROP, ccin); in updateInventory()
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_app.cpp1562 string ccin = cc; in populateDbus() local
1563 transform(ccin.begin(), ccin.end(), ccin.begin(), ::toupper); in populateDbus()
1564 ccinList.push_back(ccin); in populateDbus()
/openbmc/linux/drivers/scsi/
H A Dipr.h817 u8 ccin[4]; member
827 u8 ccin[4]; member
843 u8 ccin[4]; member
850 u8 ccin[4]; member