Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis.h195 TPM_STS_GO = 0x20, enumerator
H A Dtpm_tis_st33zp24_i2c.c405 data = TPM_STS_GO; in st33zp24_i2c_send()
H A Dtpm2_tis_core.c223 u8 data = TPM_STS_GO; in tpm_tis_send()
H A Dtpm_tis_infineon.c427 u8 sts = TPM_STS_GO; in tpm_tis_i2c_send()
H A Dtpm_tis_st33zp24_spi.c533 data = TPM_STS_GO; in st33zp24_spi_send()
H A Dtpm2_tis_spi.c481 data = TPM_STS_GO; in tpm_tis_spi_send()
/openbmc/linux/drivers/char/tpm/
H A Dtpm_i2c_infineon.c297 TPM_STS_GO = 0x20, enumerator
523 u8 sts = TPM_STS_GO; in tpm_tis_i2c_send()
H A Dtpm_tis_core.h34 TPM_STS_GO = 0x20, enumerator
H A Dtpm_i2c_nuvoton.c78 #define TPM_STS_GO 0x20 macro
438 rc = i2c_nuvoton_write_status(client, TPM_STS_GO); in i2c_nuvoton_send()
H A Dtpm_tis_i2c_cr50.c543 u8 tpm_go[4] = { TPM_STS_GO }; in tpm_cr50_i2c_tis_send()
H A Dtpm_tis_core.c555 rc = tpm_tis_write8(priv, TPM_STS(priv->locality), TPM_STS_GO); in tpm_tis_send_main()
/openbmc/linux/drivers/char/tpm/st33zp24/
H A Dst33zp24.c44 TPM_STS_GO = 0x20, enumerator
359 data = TPM_STS_GO; in st33zp24_send()
/openbmc/u-boot/include/
H A Dtpm-v2.h460 TPM_STS_GO = 1 << 5, enumerator