Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/tpm/
H A Dtpm.c787 uint16_t burstcnt; in tpm_get_burstcount() local
801 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() local
844 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() local
996 burstcnt = tpm_get_burstcount(tpm); in tis_send_data()
[all …]