Home
last modified time | relevance | path

Searched refs:TPM_STS_READ_ZERO (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/char/tpm/
H A 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()
H A Dtpm_tis_core.h38 TPM_STS_READ_ZERO = 0x23, /* bits that must be zero on read */ enumerator
H A Dtpm_tis_core.c256 if (unlikely((status & TPM_STS_READ_ZERO) != 0)) { in tpm_tis_status()
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_tis_core.h37 TPM_STS_READ_ZERO = 0x23, /* bits that must be zero on read */ enumerator
H A Dtpm_tis_core.c224 if (unlikely((status & TPM_STS_READ_ZERO) != 0)) { in tpm_tis_status()

Completed in 5 milliseconds