Lines Matching full:burst
88 /* Retrieve burst count value out of the status register contents. */
203 u16 burst = 0; in tis_senddata() local
215 burst = burst_count(value); in tis_senddata()
221 while (!burst) { in tis_senddata()
228 burst = burst_count(tpm_read_word(priv, in tis_senddata()
243 count = min((size_t)burst, len - offset - 1); in tis_senddata()
257 burst = burst_count(value); in tis_senddata()
258 if ((offset == (len - 1)) && burst) { in tis_senddata()
261 * device, so burst size must be nonzero before we in tis_senddata()
303 u16 burst; in tis_readresponse() local
321 while ((burst = burst_count(value)) == 0) { in tis_readresponse()
333 while (burst-- && (offset < expected_count)) { in tis_readresponse()