Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dxen-tpmfront.c55 static int wait_for_tpm_stat(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat() function
150 if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, chip->timeout_c, in vtpm_send()
166 if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, duration, in vtpm_send()
187 if (wait_for_tpm_stat(chip, VTPM_STATUS_RESULT, chip->timeout_c, in vtpm_recv()
H A Dtpm_tis_core.c64 static int wait_for_tpm_stat(struct tpm_chip *chip, u8 mask, in wait_for_tpm_stat() function
320 rc = wait_for_tpm_stat(chip, in recv_data()
377 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_try_recv()
442 if (wait_for_tpm_stat in tpm_tis_send_data()
465 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data()
482 if (wait_for_tpm_stat(chip, TPM_STS_VALID, chip->timeout_c, in tpm_tis_send_data()
563 if (wait_for_tpm_stat in tpm_tis_send_main()