Lines Matching full:tpm
3 * ATMEL I2C TPM AT97SC3204T
11 * Teddy Reed determined the basic I2C command flow, unlike other I2C TPM
12 * devices the raw TCG formatted TPM command data is written via I2C and then
13 * raw TCG formatted TPM command data is returned via I2C.
23 #include "tpm.h"
104 dev_err(&chip->dev, "TPM operation cancellation was requested, but is not supported"); in i2c_atmel_cancel()
113 /* The TPM fails the I2C read until it is ready, so we do the entire in i2c_atmel_read_status()
120 /* Once the TPM has completed the command the command remains readable in i2c_atmel_read_status()
175 * information seems to be read via TPM commands. Thus we rely on the in i2c_atmel_probe()
176 * TPM startup process in the common code to detect the device. */ in i2c_atmel_probe()
218 MODULE_DESCRIPTION("Atmel TPM I2C Driver");