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

/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm_tis.h52 #define TPM_STS 0x0018 macro
86 /* Possible TPM_STS register values (TIS 1.2 pg.52-54) */
H A Dtpm.c793 * burst count is TPM_STS bits 8..23
801 burstcnt = tpm_get8(tpm, TPM_STS + 1);
802 burstcnt += tpm_get8(tpm, TPM_STS + 2) << 8;
814 * 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);
853 tpm_put8(tpm, TPM_STS, TPM_STS_RESPONSE_RETRY);
1049 * Final step: Writing TPM_STS_GO to TPM_STS
1052 tpm_put8(tpm, TPM_STS, TPM_STS_GO);
1173 return (tpm_get8(tpm, TPM_STS));

Completed in 70 milliseconds