Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/tpm/
H A Dtpm_tis.h52 #define TPM_STS 0x0018 macro
H A Dtpm.c801 burstcnt = tpm_get8(tpm, TPM_STS + 1); in tpm_get_burstcount()
802 burstcnt += tpm_get8(tpm, TPM_STS + 2) << 8; in tpm_get_burstcount()
821 tpm_put8(tpm, TPM_STS, TPM_STS_CMD_READY); in tpm_set_ready()
853 tpm_put8(tpm, TPM_STS, TPM_STS_RESPONSE_RETRY); in receive_data()
1052 tpm_put8(tpm, TPM_STS, TPM_STS_GO); in tis_send_data()
1173 return (tpm_get8(tpm, TPM_STS)); in tis_get_status()