Searched refs:TPM_STS (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/char/tpm/ |
| H A D | tpm_i2c_nuvoton.c | 27 #define TPM_STS 0x00 macro 95 status = i2c_nuvoton_read_buf(client, TPM_STS, 1, &data); in i2c_nuvoton_read_status() 113 status = i2c_nuvoton_write_buf(client, TPM_STS, 1, &data); in i2c_nuvoton_write_status()
|
| H A D | tpm_tis_core.c | 251 rc = tpm_tis_read8(priv, TPM_STS(priv->locality), &status); in tpm_tis_status() 284 tpm_tis_write8(priv, TPM_STS(priv->locality), TPM_STS_COMMAND_READY); in tpm_tis_ready() 300 rc = tpm_tis_read32(priv, TPM_STS(priv->locality), &value); in get_burstcount() 414 tpm_tis_write8(priv, TPM_STS(priv->locality), in tpm_tis_recv() 561 rc = tpm_tis_write8(priv, TPM_STS(priv->locality), TPM_STS_GO); in tpm_tis_send_main()
|
| H A D | tpm_tis_core.h | 75 #define TPM_STS(l) (0x0018 | ((l) << 12)) macro
|
| H A D | tpm_tis_i2c.c | 160 case TPM_STS(0) & TPM_TIS_REGISTER_MASK: in tpm_tis_i2c_sanity_check_read()
|