Searched refs:cpuAddr (Results 1 – 1 of 1) sorted by relevance
/openbmc/smbios-mdr/src/ |
H A D | cpuinfo_main.cpp | 376 uint8_t cpuAddr = cpuInfo->peciAddr; in getPPIN() local 385 peci_GetCPUID(cpuAddr, &model, &stepping, &cc) != PECI_CC_SUCCESS) in getPPIN() 430 peci_RdPkgConfig(cpuAddr, u8PPINPkgIndex, u16PPINPkgParamLow, in getPPIN() 437 (unsigned)cpuAddr), in getPPIN() 443 ret = peci_RdPkgConfig(cpuAddr, u8PPINPkgIndex, u16PPINPkgParamHigh, in getPPIN() 450 (unsigned)cpuAddr), in getPPIN()
|