Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_ptp_fifo.c388 uint32_t bytes2read = TPM2_HDR_LEN; in tpm2_fifo_recv() local
424 bytes2read = TPM2_HDR_LEN; in tpm2_fifo_recv()
428 while (bytes2read - rxsize) { in tpm2_fifo_recv()
433 sz = MIN(burstcnt, bytes2read - rxsize); in tpm2_fifo_recv()
446 bytes2read = tpm2_cmd_len((void *)buf); in tpm2_fifo_recv()
449 if (bytes2read > *len) { in tpm2_fifo_recv()
451 PRIx32, bytes2read, *len); in tpm2_fifo_recv()
453 *len = bytes2read; in tpm2_fifo_recv()

Completed in 3 milliseconds