Home
last modified time | relevance | path

Searched refs:burst_count (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/tpm/
Dtpm_tis.c278 uint16_t burst_count; in tpmtis_wait_for_burst() local
283 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() local
299 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 …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DR600InstrFormats.td489 bits<4> burst_count;
498 let Word1{19-16} = burst_count;
DR600Instructions.td242 let burst_count = 0;
/freebsd-12-stable/sys/dev/iwm/
Dif_iwmreg.h3091 uint32_t burst_count; member