Home
last modified time | relevance | path

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

/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A Dnvread.c313 uint32_t nvType = (out.nvPublic.nvPublic.attributes.val & TPMA_NVA_TPM_NT_MASK) >> 4; in main() local
314 switch (nvType) { in main()
H A Dtssprint.c2234 uint32_t nvType; in TSS_TPMA_NV_Print() local
2241 nvType = (source.val & TPMA_NVA_TPM_NT_MASK) >> 4; in TSS_TPMA_NV_Print()
2242 switch (nvType) { in TSS_TPMA_NV_Print()
2262 printf("%*s" "TPMA_NV type %02x unknown\n", indent, "", nvType); in TSS_TPMA_NV_Print()