Searched refs:retry_cnt (Results 1 – 1 of 1) sorted by relevance
277 uint8_t retry_cnt = 0; in tpm2_fifo_send() local290 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() local409 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