Searched refs:wait_and_send (Results 1 – 1 of 1) sorted by relevance
/drivers/char/tpm/ |
D | tpm_infineon.c | 202 static void wait_and_send(struct tpm_chip *chip, u8 sendbyte) in wait_and_send() function 221 wait_and_send(chip, TPM_VL_VER); in tpm_wtx() 222 wait_and_send(chip, TPM_CTRL_WTX); in tpm_wtx() 223 wait_and_send(chip, 0x00); in tpm_wtx() 224 wait_and_send(chip, 0x00); in tpm_wtx() 231 wait_and_send(chip, TPM_VL_VER); in tpm_wtx_abort() 232 wait_and_send(chip, TPM_CTRL_WTX_ABORT); in tpm_wtx_abort() 233 wait_and_send(chip, 0x00); in tpm_wtx_abort() 234 wait_and_send(chip, 0x00); in tpm_wtx_abort() 336 wait_and_send(chip, TPM_VL_VER); in tpm_inf_send() [all …]
|