OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fifo_count
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/sun3/dev/
si_obio.c
239
si->
fifo_count
= 0;
318
si->
fifo_count
= xlen;
333
if (si->
fifo_count
!= xlen) {
334
printf("%s:
fifo_count
=0x%x, xlen=0x%x\n",
335
__func__, si->
fifo_count
, xlen);
490
* The
fifo_count
might not reflect how many bytes were
493
resid = si->
fifo_count
& 0xFFFF;
544
si->
fifo_count
= 0;
sireg.h
56
u_short
fifo_count
; /* fifo byte count */
member in struct:si_regs
65
u_short fifo_cnt_hi; /* high part of
fifo_count
(VME only) */
si_vme.c
253
si->
fifo_count
= 0;
374
si->
fifo_count
= 0;
398
si->
fifo_count
= (uint16_t)(xlen & 0xFFFF);
481
* The
fifo_count
does not reflect how many bytes were
491
resid = si->
fifo_count
& 0xFFFF;
555
si->
fifo_count
= 0;
/src/sys/dev/sun/
sireg.h
62
u_short
fifo_count
; /* fifo count register */
member in struct:si_regs
69
u_short fifo_cnt_hi; /* high part of
fifo_count
(VME only) */
/src/sys/arch/newsmips/apbus/
spifi.c
744
int fifoctrl,
fifo_count
;
local in function:spifi_fifo_drain
755
fifo_count
= 8 - (fifoctrl & FIFOC_FSLOT);
756
if (
fifo_count
> 0 && (scb->flags & SPIFI_DMA)) {
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_uncore.h
143
unsigned int
fifo_count
;
member in struct:intel_uncore
intel_uncore.c
392
n = uncore->
fifo_count
;
404
uncore->
fifo_count
= n - 1;
579
uncore->
fifo_count
= fifo_free_entries(uncore);
Completed in 48 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025