OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tqinfifonext
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx_inline.h
567
ahc_targetcmd_offset(ahc, ahc->
tqinfifonext
),
570
if (ahc->targetcmds[ahc->
tqinfifonext
].cmd_valid != 0)
aic7xxx.c
295
ahc_outb(ahc, TQINPOS, ahc->
tqinfifonext
);
4524
ahc->
tqinfifonext
= 1;
4525
ahc_outb(ahc, KERNEL_TQINPOS, ahc->
tqinfifonext
- 1);
4526
ahc_outb(ahc, TQINPOS, ahc->
tqinfifonext
);
7221
while ((cmd = &ahc->targetcmds[ahc->
tqinfifonext
])->cmd_valid != 0) {
7233
ahc_targetcmd_offset(ahc, ahc->
tqinfifonext
),
7236
ahc->
tqinfifonext
++;
7242
if ((ahc->
tqinfifonext
& (HOST_TQINPOS - 1)) == 1) {
7248
hs_mailbox |= ahc->
tqinfifonext
& HOST_TQINPOS;
7254
ahc->
tqinfifonext
& HOST_TQINPOS)
[
all
...]
aic79xx_inline.h
871
if (ahd->targetcmds[ahd->
tqinfifonext
].cmd_valid != 0)
aic79xxvar.h
1186
uint8_t
tqinfifonext
;
member in struct:ahd_softc
aic7xxxvar.h
1144
uint8_t
tqinfifonext
;
member in struct:ahc_softc
aic79xx.c
354
ahd_outb(ahd, TQINPOS, ahd->
tqinfifonext
);
6423
ahd->
tqinfifonext
= 1;
6424
ahd_outb(ahd, KERNEL_TQINPOS, ahd->
tqinfifonext
- 1);
6425
ahd_outb(ahd, TQINPOS, ahd->
tqinfifonext
);
9588
while ((cmd = &ahd->targetcmds[ahd->
tqinfifonext
])->cmd_valid != 0) {
9600
ahd_targetcmd_offset(ahd, ahd->
tqinfifonext
),
9603
ahd->
tqinfifonext
++;
9609
if ((ahd->
tqinfifonext
& (HOST_TQINPOS - 1)) == 1) {
9614
hs_mailbox |= ahd->
tqinfifonext
& HOST_TQINPOS;
Completed in 27 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025