OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qinfifonext
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx_inline.h
462
ahc->qinfifo[ahc->
qinfifonext
++] = scb->hscb->tag;
472
ahc_outb(ahc, HNSCB_QOFF, ahc->
qinfifonext
);
476
ahc_outb(ahc, KERNEL_QINPOS, ahc->
qinfifonext
);
aic79xx_inline.h
773
ahd->qinfifo[AHD_QIN_WRAP(ahd->
qinfifonext
)] = SCB_GET_TAG(scb);
774
ahd->
qinfifonext
++;
802
ahd_set_hnscb_qoff(ahd, ahd->
qinfifonext
);
aic7xxx.c
5244
prev_pos = ahc->
qinfifonext
- 1;
5250
ahc_outb(ahc, HNSCB_QOFF, ahc->
qinfifonext
);
5252
ahc_outb(ahc, KERNEL_QINPOS, ahc->
qinfifonext
);
5267
ahc->qinfifo[ahc->
qinfifonext
++] = scb->hscb->tag;
5283
diff = ahc->
qinfifonext
- qinpos;
5303
qintail = ahc->
qinfifonext
;
5326
ahc->
qinfifonext
= qinpos;
5375
ahc_outb(ahc, HNSCB_QOFF, ahc->
qinfifonext
);
5377
ahc_outb(ahc, KERNEL_QINPOS, ahc->
qinfifonext
);
5382
&& (qinstart != ahc->
qinfifonext
)) {
[
all
...]
aic79xx.c
6414
ahd->
qinfifonext
= 0;
6499
ahd->
qinfifonext
= 0;
6500
ahd_set_hnscb_qoff(ahd, ahd->
qinfifonext
);
7028
prev_pos = AHD_QIN_WRAP(ahd->
qinfifonext
- 1);
7033
ahd_set_hnscb_qoff(ahd, ahd->
qinfifonext
);
7054
ahd->qinfifo[AHD_QIN_WRAP(ahd->
qinfifonext
)] = SCB_GET_TAG(scb);
7055
ahd->
qinfifonext
++;
7070
wrap_qinfifonext = AHD_QIN_WRAP(ahd->
qinfifonext
);
7139
qintail = AHD_QIN_WRAP(ahd->
qinfifonext
);
7152
printf("qinstart = 0x%x
qinfifonext
= 0x%x\n"
[
all
...]
aic79xxvar.h
1162
uint16_t
qinfifonext
;
member in struct:ahd_softc
aic7xxxvar.h
1117
uint8_t
qinfifonext
;
member in struct:ahc_softc
Completed in 23 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025