Searched refs:TPM_STS_VALID (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_infineon.c | 383 if ((status & (TPM_STS_DATA_AVAIL | TPM_STS_VALID)) != in tpm_tis_i2c_recv() 384 (TPM_STS_DATA_AVAIL | TPM_STS_VALID)) in tpm_tis_i2c_recv() 410 rc = tpm_tis_i2c_wait_for_stat(dev, TPM_STS_VALID, chip->timeout_c, in tpm_tis_i2c_recv() 473 rc = tpm_tis_i2c_wait_for_stat(dev, TPM_STS_VALID, in tpm_tis_i2c_send()
|
| H A D | tpm_tis.h | 124 TPM_STS_VALID = 0x80, enumerator
|
| H A D | tpm_tis_st33zp24_i2c.c | 279 st33zp24_i2c_wait_for_stat(dev, TPM_STS_DATA_AVAIL | TPM_STS_VALID, in st33zp24_i2c_recv_data()
|
| H A D | tpm_tis_st33zp24_spi.c | 408 st33zp24_spi_wait_for_stat(dev, TPM_STS_DATA_AVAIL | TPM_STS_VALID, in st33zp24_spi_recv_data()
|