Lines Matching full:ccin
430 uint32_t ccin = 0; in setMotherboardCCIN() local
437 ccin = std::stoi(ccinString, nullptr, 16); in setMotherboardCCIN()
442 lg2::warning("Could not convert motherboard CCIN {CCIN} to a number", in setMotherboardCCIN()
443 "CCIN", ccinString); in setMotherboardCCIN()
448 _hexData[1] |= ccin << 16; in setMotherboardCCIN()
665 jsonInsert(printOut, "CCIN", in getCallouts()
739 uint32_t ccin = _hexData[1] >> 16; in getJSON() local
741 if (ccin) in getJSON()
743 ccinString = getNumberString("%04X", ccin); in getJSON()
746 jsonInsert(ps, "Backplane CCIN", ccinString, 1); in getJSON()
894 std::string ccin; in addInventoryCallout() local
912 dataIface.getHWCalloutFields(inventoryPath, fn, ccin, sn); in addInventoryCallout()
918 std::make_unique<src::Callout>(p, locCode, fn, ccin, sn, mrus); in addInventoryCallout()
928 CalloutPriority::high, locCode, fn, ccin, sn, mrus); in addInventoryCallout()