Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/tpm/
Dtpm_tis_i2c.c53 #define TPM_STS_READ_ZERO 0x23 macro
161 zero_mask = TPM_STS_READ_ZERO; in tpm_tis_i2c_sanity_check_read()
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()