OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_fifo
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic79xx.c
7587
u_int
next_fifo
;
local in function:ahd_reset_channel
7621
next_fifo
= fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO;
7622
if (
next_fifo
> CURRFIFO_1)
7624
next_fifo
= fifo = 0;
7626
next_fifo
^= CURRFIFO_1;
7627
ahd_set_modes(ahd,
next_fifo
,
next_fifo
);
7636
ahd_outb(ahd, DFFSTAT,
next_fifo
);
7637
} while (
next_fifo
!= fifo);
aic79xx.c
7587
u_int
next_fifo
;
local in function:ahd_reset_channel
7621
next_fifo
= fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO;
7622
if (
next_fifo
> CURRFIFO_1)
7624
next_fifo
= fifo = 0;
7626
next_fifo
^= CURRFIFO_1;
7627
ahd_set_modes(ahd,
next_fifo
,
next_fifo
);
7636
ahd_outb(ahd, DFFSTAT,
next_fifo
);
7637
} while (
next_fifo
!= fifo);
Completed in 85 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025