Searched refs:TPM_DID_VID (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/char/tpm/
H A Dtpm_tis_core.c627 rc = tpm_tis_read32(priv, TPM_DID_VID(0), &did_vid);
701 rc = tpm_tis_read32(priv, TPM_DID_VID(0), &did_vid);
742 rc = tpm_tis_read16(priv, TPM_DID_VID(0), &vendor);
1134 rc = tpm_tis_read32(priv, TPM_DID_VID(0), &vendor);
H A Dtpm_tis_i2c.c98 case TPM_DID_VID(0):
H A Dtpm_tis_core.h79 #define TPM_DID_VID(l) (0x0F00 | ((l) << 12)) macro
H A Dtpm_i2c_infineon.c310 #define TPM_DID_VID(l) (0x0006 | ((l) << 4)) macro
635 if (iic_tpm_read(TPM_DID_VID(0), (u8 *)&vendor, 4) < 0) {

Completed in 160 milliseconds