/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | fru_identity.cpp | 96 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 D | callout.cpp | 82 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 D | fru_identity.hpp | 95 FRUIdentity(const std::string& partNumber, const std::string& ccin, 273 void setCCIN(const std::string& ccin);
|
H A D | callout.hpp | 80 const std::string& partNumber, const std::string& ccin, 98 const std::string& partNumber, const std::string& ccin,
|
H A D | src.cpp | 425 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 D | data_interface.cpp | 389 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 D | data_interface.hpp | 349 std::string& ccin, std::string& serialNumber) const = 0; 778 std::string& fruPartNumber, std::string& ccin,
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | isdimm_parser.cpp | 281 std::string ccin = "XXXX"; in getDDR5CCIN() local 285 ccin = itr->second; in getDDR5CCIN() 287 return ccin; in getDDR5CCIN() 309 auto ccin = in readKeywords() local 322 move(std::string(ccin.begin(), ccin.end()))); in readKeywords()
|
H A D | worker.cpp | 1015 for (std::string ccin : singleFru["ccin"]) in processFruWithCCIN() local 1017 transform(ccin.begin(), ccin.end(), ccin.begin(), ::toupper); in processFruWithCCIN() 1018 ccinList.push_back(ccin); in processFruWithCCIN()
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | ibm-cffps.c | 502 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 D | fru_identity_test.cpp | 92 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 D | power_supply.cpp | 657 std::string ccin; in updateInventory() local 678 ccin = pmbusIntf.readString(CCIN, Type::HwmonDeviceDebug); in updateInventory() 702 assetProps.emplace(MODEL_PROP, ccin); in updateInventory()
|
/openbmc/linux/drivers/scsi/ |
H A D | ipr.h | 817 u8 ccin[4]; member 827 u8 ccin[4]; member 843 u8 ccin[4]; member 850 u8 ccin[4]; member
|