Home
last modified time | relevance | path

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

/drivers/char/tpm/
Dtpm_tis_core.h38 TPM_STS_GO = 0x20, enumerator
Dtpm_i2c_infineon.c266 TPM_STS_GO = 0x20, enumerator
492 u8 sts = TPM_STS_GO; in tpm_tis_i2c_send()
Dtpm_i2c_nuvoton.c92 #define TPM_STS_GO 0x20 macro
451 rc = i2c_nuvoton_write_status(client, TPM_STS_GO); in i2c_nuvoton_send()
Dtpm_tis_core.c361 rc = tpm_tis_write8(priv, TPM_STS(priv->locality), TPM_STS_GO); in tpm_tis_send_main()
/drivers/char/tpm/st33zp24/
Dst33zp24.c56 TPM_STS_GO = 0x20, enumerator
427 data = TPM_STS_GO; in st33zp24_send()