Searched refs:burstcnt (Results 1 – 1 of 1) sorted by relevance
273 uint32_t burstcnt = 0; in tpm2_fifo_send() local323 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() local429 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