Searched refs:burst_count (Results 1 – 7 of 7) sorted by relevance
269 uint16_t burst_count; in tpmtis_wait_for_burst() local274 burst_count = (TPM_READ_4(sc->dev, TPM_STS) & TPM_STS_BURST_MASK) >> in tpmtis_wait_for_burst()276 if (burst_count > 0) in tpmtis_wait_for_burst()281 return (burst_count); in tpmtis_wait_for_burst()287 uint16_t burst_count; in tpmtis_read_bytes() local290 burst_count = tpmtis_wait_for_burst(sc); in tpmtis_read_bytes()291 if (burst_count == 0) in tpmtis_read_bytes()294 burst_count = MIN(burst_count, count); in tpmtis_read_bytes()295 count -= burst_count; in tpmtis_read_bytes()297 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; member
3521 uint32_t burst_count; member
3879 uint32_t burst_count; member