Searched refs:TPM_STS_READ_ZERO (Results 1 – 3 of 3) sorted by relevance
53 #define TPM_STS_READ_ZERO 0x23 macro161 zero_mask = TPM_STS_READ_ZERO; in tpm_tis_i2c_sanity_check_read()
37 TPM_STS_READ_ZERO = 0x23, /* bits that must be zero on read */ enumerator
199 if (unlikely((status & TPM_STS_READ_ZERO) != 0)) { in tpm_tis_status()