Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/char/tpm/
Dtpm_tis_core.h37 TPM_STS_READ_ZERO = 0x23, /* bits that must be zero on read */ enumerator
Dtpm_tis_core.c199 if (unlikely((status & TPM_STS_READ_ZERO) != 0)) { in tpm_tis_status()