Lines Matching refs:TPM_EO
465 typedef UINT16 TPM_EO; typedef
466 #define TPM_EO_EQ (TPM_EO)(0x0000)
467 #define TPM_EO_NEQ (TPM_EO)(0x0001)
468 #define TPM_EO_SIGNED_GT (TPM_EO)(0x0002)
469 #define TPM_EO_UNSIGNED_GT (TPM_EO)(0x0003)
470 #define TPM_EO_SIGNED_LT (TPM_EO)(0x0004)
471 #define TPM_EO_UNSIGNED_LT (TPM_EO)(0x0005)
472 #define TPM_EO_SIGNED_GE (TPM_EO)(0x0006)
473 #define TPM_EO_UNSIGNED_GE (TPM_EO)(0x0007)
474 #define TPM_EO_SIGNED_LE (TPM_EO)(0x0008)
475 #define TPM_EO_UNSIGNED_LE (TPM_EO)(0x0009)
476 #define TPM_EO_BITSET (TPM_EO)(0x000A)
477 #define TPM_EO_BITCLEAR (TPM_EO)(0x000B)