Lines Matching full:tpm
6 * This device driver implements the TPM interface as defined in the TCG PC
7 * Client Platform TPM Profile (PTP) Specification for TPM 2.0 v1.04
17 /* TPM registers */
75 * of Register Space for FIFO TPM Access" of the TCG PC Client PTP
78 * Table 51 "I2C-TPM Register Overview".
87 * to the TPM and always uses locality 0.
126 /* retry on TPM NACK */ in tpm_tis_i2c_retry_transfer_until_ack()
175 pr_debug("TPM I2C read of register 0x%02x failed sanity check: 0x%x\n", reg, value); in tpm_tis_i2c_sanity_check_read()
278 * After each I2C operation, the TPM might require the master to wait.
282 * Before the Guard Time is read (or after the TPM failed to send an I2C NACK),
349 /* must precede all communication with the tpm */ in tpm_tis_i2c_probe()
387 { .compatible = "tcg,tpm-tis-i2c", },
405 MODULE_DESCRIPTION("TPM Driver for native I2C access");