Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dcpuinfo_main.cpp427 uint32_t u32PkgValue = 0; in getPPIN() local
431 u8Size, (uint8_t*)&u32PkgValue, &cc); in getPPIN()
439 u32PkgValue = 0; in getPPIN()
442 cpuPPIN = u32PkgValue; in getPPIN()
444 u8Size, (uint8_t*)&u32PkgValue, &cc); in getPPIN()
453 u32PkgValue = 0; in getPPIN()
456 cpuPPIN |= static_cast<uint64_t>(u32PkgValue) << 32; in getPPIN()