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

/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm_tis.h42 #define TPM_ACCESS 0x0000 macro
78 /* Possible TPM_ACCESS register bit values (TIS 1.2 pg.47-49) */
H A Dtpm.c1093 (tpm_get8(tpm, TPM_ACCESS) &
1097 * Writing 1 to active locality bit in TPM_ACCESS
1100 tpm_put8(tpm, TPM_ACCESS, TPM_ACCESS_ACTIVE_LOCALITY);
1106 * Use TPM_ACCESS register and the masks TPM_ACCESS_VALID,TPM_ACTIVE_LOCALITY
1119 access_bits = tpm_get8(tpm, TPM_ACCESS);
1149 tpm_put8(tpm, TPM_ACCESS, TPM_ACCESS_REQUEST_USE);

Completed in 88 milliseconds