Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/include/
H A Dtpm.hpp44 tpmId(tpmID), storage(smbiosTableStorage), motherboardPath(motherboard) in Tpm()
53 uint8_t tpmId; member in phosphor::smbios::Tpm
/openbmc/smbios-mdr/src/
H A Dtpm.cpp27 for (uint8_t index = 0; index < tpmId; index++) in tpmInfoUpdate()