OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_irqp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/sbus/
dbrivar.h
139
int
sc_irqp
;
member in struct:dbri_softc
dbri.c
551
sc->
sc_irqp
= 1;
661
int orig_irqp = sc->
sc_irqp
;
665
while ((i = sc->sc_dma->intr[sc->
sc_irqp
]) != 0) {
666
sc->sc_dma->intr[sc->
sc_irqp
] = 0;
667
sc->
sc_irqp
++;
669
if (sc->
sc_irqp
== DBRI_INT_BLOCKS)
670
sc->
sc_irqp
= 1;
671
else if ((sc->
sc_irqp
& (DBRI_INT_BLOCKS - 1)) == 0)
672
sc->
sc_irqp
++;
677
if (orig_irqp == sc->
sc_irqp
)
[
all
...]
Completed in 44 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025