OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scbptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic79xx_inline.h
576
return (ahd_inb(ahd,
SCBPTR
) | (ahd_inb(ahd,
SCBPTR
+ 1) << 8));
580
ahd_set_scbptr(struct ahd_softc *ahd, u_int
scbptr
)
584
ahd_outb(ahd,
SCBPTR
,
scbptr
& 0xFF);
585
ahd_outb(ahd,
SCBPTR
+1, (
scbptr
>> 8) & 0xFF);
aic7xxx.c
225
u_int prev, u_int
scbptr
);
608
printf("SEQ_FLAGS == 0x%x,
SCBPTR
== 0x%x, BTT == 0x%x, "
610
ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc,
SCBPTR
),
918
u_int
scbptr
;
local
920
scbptr
= ahc_inb(ahc,
SCBPTR
);
921
printf("Bogus TAG after DMA.
SCBPTR
%d, tag %d, our tag %d\n",
922
scbptr
, ahc_inb(ahc, ARG_1),
923
ahc->scb_data->hscbs[
scbptr
].tag);
935
printf("SEQ_FLAGS == 0x%x,
SCBPTR
== 0x%x, BTT == 0x%x,
1153
u_int
scbptr
;
local
[
all
...]
Completed in 21 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026