Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm20.h462 typedef INT8 TPM_CLOCK_ADJUST; typedef
463 #define TPM_CLOCK_COARSE_SLOWER (TPM_CLOCK_ADJUST)(-3)
464 #define TPM_CLOCK_MEDIUM_SLOWER (TPM_CLOCK_ADJUST)(-2)
465 #define TPM_CLOCK_FINE_SLOWER (TPM_CLOCK_ADJUST)(-1)
466 #define TPM_CLOCK_NO_CHANGE (TPM_CLOCK_ADJUST)(0)
467 #define TPM_CLOCK_FINE_FASTER (TPM_CLOCK_ADJUST)(1)
468 #define TPM_CLOCK_MEDIUM_FASTER (TPM_CLOCK_ADJUST)(2)
469 #define TPM_CLOCK_COARSE_FASTER (TPM_CLOCK_ADJUST)(3)