Searched refs:tpm_reg (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/tpm/ |
D | tpm_tis_st33zp24_i2c.c | 197 u8 tpm_reg, temp; in st33zp24_i2c_get_burstcount() local 203 tpm_reg = TPM_STS + 1; in st33zp24_i2c_get_burstcount() 204 status = st33zp24_i2c_read(dev, tpm_reg, &temp, 1); in st33zp24_i2c_get_burstcount() 208 tpm_reg = TPM_STS + 2; in st33zp24_i2c_get_burstcount() 210 status = st33zp24_i2c_read(dev, tpm_reg, &temp, 1); in st33zp24_i2c_get_burstcount()
|
D | tpm_tis_st33zp24_spi.c | 326 u8 tpm_reg, temp; in st33zp24_spi_get_burstcount() local 332 tpm_reg = TPM_STS + 1; in st33zp24_spi_get_burstcount() 333 status = st33zp24_spi_read(dev, tpm_reg, &temp, 1); in st33zp24_spi_get_burstcount() 337 tpm_reg = TPM_STS + 2; in st33zp24_spi_get_burstcount() 339 status = st33zp24_spi_read(dev, tpm_reg, &temp, 1); in st33zp24_spi_get_burstcount()
|