OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qoutpos
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx.c
4826
ahc_outb(ahc,
QOUTPOS
, 0);
6611
uint8_t
qoutpos
;
local in function:ahc_dump_card_state
6700
qoutpos
= ahc->qoutfifonext;
6702
while (ahc->qoutfifo[
qoutpos
] != SCB_LIST_NULL && i++ < 256) {
6703
printf("%d ", ahc->qoutfifo[
qoutpos
]);
6704
qoutpos
++;
Completed in 140 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025