Searched refs:burst_count (Results 1 – 4 of 4) sorted by relevance
278 uint16_t burst_count; in tpmtis_wait_for_burst() local283 burst_count = (RD4(sc, TPM_STS) & TPM_STS_BURST_MASK) >> in tpmtis_wait_for_burst()285 if (burst_count > 0) in tpmtis_wait_for_burst()290 return (burst_count); in tpmtis_wait_for_burst()296 uint16_t burst_count; in tpmtis_read_bytes() local299 burst_count = tpmtis_wait_for_burst(sc); in tpmtis_read_bytes()300 if (burst_count == 0) in tpmtis_read_bytes()303 burst_count = MIN(burst_count, count); in tpmtis_read_bytes()304 count -= burst_count; in tpmtis_read_bytes()306 while (burst_count-- > 0) in tpmtis_read_bytes()[all …]
489 bits<4> burst_count;498 let Word1{19-16} = burst_count;
242 let burst_count = 0;
3091 uint32_t burst_count; member