HomeSort by relevance Sort by last modified time
    Searched defs:TPM_CLOCK_ADJUST (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 461 // Table 16 - TPM_CLOCK_ADJUST Constants
462 typedef INT8 TPM_CLOCK_ADJUST;
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)
    [all...]
  /external/tpm2/
tpm_types.h 177 // Table 18 Definition of TPM_CLOCK_ADJUST Constants < IN>
178 typedef INT8 TPM_CLOCK_ADJUST;
    [all...]
  /system/tpm/trunks/
tpm_generated.h 472 typedef INT8 TPM_CLOCK_ADJUST;
769 constexpr TPM_CLOCK_ADJUST TPM_CLOCK_COARSE_SLOWER = -3;
770 constexpr TPM_CLOCK_ADJUST TPM_CLOCK_MEDIUM_SLOWER = -2;
771 constexpr TPM_CLOCK_ADJUST TPM_CLOCK_FINE_SLOWER = -1;
772 constexpr TPM_CLOCK_ADJUST TPM_CLOCK_NO_CHANGE = 0;
773 constexpr TPM_CLOCK_ADJUST TPM_CLOCK_FINE_FASTER = 1;
774 constexpr TPM_CLOCK_ADJUST TPM_CLOCK_MEDIUM_FASTER = 2;
775 constexpr TPM_CLOCK_ADJUST TPM_CLOCK_COARSE_FASTER = 3;
    [all...]

Completed in 121 milliseconds