Searched refs:burst_count (Results 1 – 6 of 6) sorted by relevance
262 uint16_t burst_count; in tpmtis_wait_for_burst() local267 burst_count = (TPM_READ_4(sc->dev, TPM_STS) & TPM_STS_BURST_MASK) >> in tpmtis_wait_for_burst()269 if (burst_count > 0) in tpmtis_wait_for_burst()274 return (burst_count); in tpmtis_wait_for_burst()280 uint16_t burst_count; in tpmtis_read_bytes() local283 burst_count = tpmtis_wait_for_burst(sc); in tpmtis_read_bytes()284 if (burst_count == 0) in tpmtis_read_bytes()287 burst_count = MIN(burst_count, count); in tpmtis_read_bytes()288 count -= burst_count; in tpmtis_read_bytes()290 while (burst_count-- > 0) in tpmtis_read_bytes()[all …]
489 bits<4> burst_count;498 let Word1{19-16} = burst_count;
230 let burst_count = 0;
14 __le32 burst_count;13 __le32 burst_count; global() member
3521 uint32_t burst_count; member