Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_ptp_fifo.c277 uint8_t retry_cnt = 0; in tpm2_fifo_send() local
290 while (retry_cnt < TPM2_DD_RETRY_CNT) { in tpm2_fifo_send()
315 retry_cnt++; in tpm2_fifo_send()
350 retry_cnt++; in tpm2_fifo_send()
358 retry_cnt++; in tpm2_fifo_send()
365 retry_cnt++; in tpm2_fifo_send()
392 uint8_t retry_cnt = 0; in tpm2_fifo_recv() local
409 while (retry_cnt < TPM2_DD_RETRY_CNT) { in tpm2_fifo_recv()
411 if (retry_cnt) in tpm2_fifo_recv()
462 retry_cnt++; in tpm2_fifo_recv()
[all …]

Completed in 2 milliseconds