Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/tpm/
H A Dtpm.c320 tpm_get8(tpm_state_t *tpm, unsigned long offset) in tpm_get8() function
349 tpm_get8(tpm_state_t *tpm, unsigned long offset) in tpm_get8() function
801 burstcnt = tpm_get8(tpm, TPM_STS + 1); in tpm_get_burstcount()
802 burstcnt += tpm_get8(tpm, TPM_STS + 2) << 8; in tpm_get_burstcount()
846 buf[size++] = tpm_get8(tpm, TPM_DATA_FIFO); in receive_data()
1093 (tpm_get8(tpm, TPM_ACCESS) & in tis_release_locality()
1119 access_bits = tpm_get8(tpm, TPM_ACCESS); in tis_check_active_locality()
1173 return (tpm_get8(tpm, TPM_STS)); in tis_get_status()