Home
last modified time | relevance | path

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

/freebsd/sys/dev/tpm/
H A Dtpm_tis_core.c93 static uint16_t tpmtis_wait_for_burst(struct tpm_sc *sc);
259 tpmtis_wait_for_burst(struct tpm_sc *sc) in tpmtis_wait_for_burst() function
283 burst_count = tpmtis_wait_for_burst(sc); in tpmtis_read_bytes()
303 burst_count = tpmtis_wait_for_burst(sc); in tpmtis_write_bytes()
H A Dtpm_tis.c