Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_ptp_fifo.c391 uint32_t rxsize = 0; in tpm2_fifo_recv() local
422 rxsize = 0; in tpm2_fifo_recv()
428 while (bytes2read - rxsize) { in tpm2_fifo_recv()
433 sz = MIN(burstcnt, bytes2read - rxsize); in tpm2_fifo_recv()
435 buf + rxsize); in tpm2_fifo_recv()
439 rxsize += sz; in tpm2_fifo_recv()
445 if (rxsize >= 6 && !param_size_flag) { in tpm2_fifo_recv()

Completed in 3 milliseconds