Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_ptp_fifo.c273 uint32_t burstcnt = 0; in tpm2_fifo_send() local
323 ret = tpm2_fifo_get_burstcount(chip, &burstcnt); in tpm2_fifo_send()
327 wr_size = MIN(buf_len, burstcnt); in tpm2_fifo_send()
387 uint32_t burstcnt = 0; in tpm2_fifo_recv() local
429 ret = tpm2_fifo_get_burstcount(chip, &burstcnt); in tpm2_fifo_recv()
433 sz = MIN(burstcnt, bytes2read - rxsize); in tpm2_fifo_recv()

Completed in 2 milliseconds