Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_core.c102 if ((*status & TPM_STS_READ_ZERO)) { in tpm_tis_status()
/openbmc/u-boot/include/
H A Dtpm-v2.h465 TPM_STS_READ_ZERO = 0x23 enumerator