Searched refs:TPM_DID_VID (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/char/tpm/
H A Dtpm_tis.c98 #define TPM_DID_VID(l) (0x0F00 | ((l) << 12)) macro
490 did_vid = ioread32(chip->vendor.iobase + TPM_DID_VID(0)); tpm_tis_update_timeouts()
517 u16 vendor = ioread16(chip->vendor.iobase + TPM_DID_VID(0)); probe_itpm()
688 vendor = ioread32(chip->vendor.iobase + TPM_DID_VID(0)); tpm_tis_init()
H A Dtpm_i2c_infineon.c278 #define TPM_DID_VID(l) (0x0006 | ((l) << 4)) macro
604 if (iic_tpm_read(TPM_DID_VID(0), (u8 *)&vendor, 4) < 0) { tpm_tis_i2c_init()

Completed in 107 milliseconds