Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h455 typedef INT8 TPM_CLOCK_ADJUST; typedef
456 #define TPM_CLOCK_COARSE_SLOWER (TPM_CLOCK_ADJUST)(-3)
457 #define TPM_CLOCK_MEDIUM_SLOWER (TPM_CLOCK_ADJUST)(-2)
458 #define TPM_CLOCK_FINE_SLOWER (TPM_CLOCK_ADJUST)(-1)
459 #define TPM_CLOCK_NO_CHANGE (TPM_CLOCK_ADJUST)(0)
460 #define TPM_CLOCK_FINE_FASTER (TPM_CLOCK_ADJUST)(1)
461 #define TPM_CLOCK_MEDIUM_FASTER (TPM_CLOCK_ADJUST)(2)
462 #define TPM_CLOCK_COARSE_FASTER (TPM_CLOCK_ADJUST)(3)