Searched refs:burstcnt (Results 1 – 1 of 1) sorted by relevance
787 uint16_t burstcnt; in tpm_get_burstcount() local801 burstcnt = tpm_get8(tpm, TPM_STS + 1); in tpm_get_burstcount()802 burstcnt += tpm_get8(tpm, TPM_STS + 2) << 8; in tpm_get_burstcount()804 if (burstcnt) in tpm_get_burstcount()805 return (burstcnt); in tpm_get_burstcount()831 uint16_t burstcnt; in receive_data() local844 burstcnt = tpm_get_burstcount(tpm); in receive_data()845 for (; burstcnt > 0 && size < bufsiz; burstcnt--) { in receive_data()958 uint16_t burstcnt; in tis_send_data() local996 burstcnt = tpm_get_burstcount(tpm); in tis_send_data()[all …]