Home
last modified time | relevance | path

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

/freebsd/sys/dev/tpm/
H A Dtpm_tis_core.c269 uint16_t burst_count; in tpmtis_wait_for_burst() local
274 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() local
290 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 …]
H A Dtpm_tis.c
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrFormats.td489 bits<4> burst_count;
498 let Word1{19-16} = burst_count;
H A DR600Instructions.td230 let burst_count = 0;
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dstats.h14 __le32 burst_count; member
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h3521 uint32_t burst_count; member
/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h3879 uint32_t burst_count; member