Searched refs:TPM_ACCESS (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/char/tpm/st33zp24/ |
| H A D | st33zp24.c | 25 #define TPM_ACCESS 0x0 macro 111 status = tpm_dev->ops->recv(tpm_dev->phy_id, TPM_ACCESS, &data, 1); in check_locality() 131 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_ACCESS, &data, 1); in request_locality() 155 tpm_dev->ops->send(tpm_dev->phy_id, TPM_ACCESS, &data, 1); in release_locality()
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm_tis.rst | 28 locality 0 by setting the requestUse bit in the TPM_ACCESS register. The bit is 30 communication, the kernel writes the TPM_ACCESS.activeLocality bit. This
|
| /linux/include/linux/ |
| H A D | tpm_ptp.h | 91 #define TPM_ACCESS(l) (0x0000 | ((l) << 12)) macro
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_tis.c | 58 ioread8(iobase + TPM_ACCESS(0)); in tpm_tis_flush()
|
| H A D | tpm_tis_i2c.c | 94 case TPM_ACCESS(0): in tpm_tis_i2c_address_to_register()
|