Searched refs:wait_and_send (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/char/tpm/ |
| H A D | tpm_infineon.c | 208 static void wait_and_send(struct tpm_chip *chip, u8 sendbyte) in wait_and_send() function 227 wait_and_send(chip, TPM_VL_VER); in tpm_wtx() 228 wait_and_send(chip, TPM_CTRL_WTX); in tpm_wtx() 229 wait_and_send(chip, 0x00); in tpm_wtx() 230 wait_and_send(chip, 0x00); in tpm_wtx() 237 wait_and_send(chip, TPM_VL_VER); in tpm_wtx_abort() 238 wait_and_send(chip, TPM_CTRL_WTX_ABORT); in tpm_wtx_abort() 239 wait_and_send(chip, 0x00); in tpm_wtx_abort() 240 wait_and_send(chip, 0x00); in tpm_wtx_abort() 343 wait_and_send(chip, TPM_VL_VER); in tpm_inf_send() [all …]
|