Searched refs:TPM_STS_CMD_READY (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm_tis.h93 TPM_STS_CMD_READY = 0x40, /* bit 6 */ enumerator in enum:tis_status
H A Dtpm.c814 * Writing 1 to TPM_STS_CMD_READY bit in TPM_STS will do the following:
821 tpm_put8(tpm, TPM_STS, TPM_STS_CMD_READY);
975 if (!(status & TPM_STS_CMD_READY)) {
977 ret = tpm_wait_for_stat(tpm, TPM_STS_CMD_READY, tpm->timeout_b);

Completed in 48 milliseconds