Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm_ibmvtpm.h57 #define VTPM_MSG_RES 0x80 macro
62 #define VTPM_GET_VERSION_RES (0x01 | VTPM_MSG_RES)
65 #define VTPM_TPM_COMMAND_RES (0x02 | VTPM_MSG_RES)
68 #define VTPM_GET_RTCE_BUFFER_SIZE_RES (0x03 | VTPM_MSG_RES)
71 #define VTPM_PREPARE_TO_SUSPEND_RES (0x04 | VTPM_MSG_RES)
H A Dtpm_ibmvtpm.c479 if (crq->valid & VTPM_MSG_RES) { in ibmvtpm_crq_get_next()