Home
last modified time | relevance | path

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

/drivers/char/tpm/
Dtpm_tis.c39 TPM_STS_VALID = 0x80, enumerator
201 TPM_STS_DATA_AVAIL | TPM_STS_VALID, in recv_data()
245 wait_for_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c, in tpm_tis_recv()
293 wait_for_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c, in tpm_tis_send()
306 wait_for_stat(chip, TPM_STS_VALID, chip->vendor.timeout_c, in tpm_tis_send()
321 (chip, TPM_STS_DATA_AVAIL | TPM_STS_VALID, in tpm_tis_send()
374 .req_complete_mask = TPM_STS_DATA_AVAIL | TPM_STS_VALID,
375 .req_complete_val = TPM_STS_DATA_AVAIL | TPM_STS_VALID,