Home
last modified time | relevance | path

Searched refs:wait_and_send (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/char/tpm/
Dtpm_infineon.c206 static void wait_and_send(struct tpm_chip *chip, u8 sendbyte) in wait_and_send() function
225 wait_and_send(chip, TPM_VL_VER); in tpm_wtx()
226 wait_and_send(chip, TPM_CTRL_WTX); in tpm_wtx()
227 wait_and_send(chip, 0x00); in tpm_wtx()
228 wait_and_send(chip, 0x00); in tpm_wtx()
235 wait_and_send(chip, TPM_VL_VER); in tpm_wtx_abort()
236 wait_and_send(chip, TPM_CTRL_WTX_ABORT); in tpm_wtx_abort()
237 wait_and_send(chip, 0x00); in tpm_wtx_abort()
238 wait_and_send(chip, 0x00); in tpm_wtx_abort()
340 wait_and_send(chip, TPM_VL_VER); in tpm_inf_send()
[all …]