Searched refs:TPM_STS_READ_ZERO (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/char/tpm/
H A Dtpm_tis_core.c256 if (unlikely((status & TPM_STS_READ_ZERO) != 0)) {
H A Dtpm_tis_core.h38 TPM_STS_READ_ZERO = 0x23, /* bits that must be zero on read */ enumerator in enum:tis_status
H A Dtpm_tis_i2c.c53 #define TPM_STS_READ_ZERO 0x23 macro
161 zero_mask = TPM_STS_READ_ZERO;

Completed in 154 milliseconds