OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ixp425_imask
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/xscale/
ixp425_intr.c
91
int
ixp425_imask
[NIPL];
variable in typeref:typename:int[]
214
ixp425_imask
[ipl] = irqs;
217
KASSERT(
ixp425_imask
[IPL_NONE] == 0);
223
ixp425_imask
[IPL_SOFTCLOCK] = SI_TO_IRQBIT(SI_SOFTCLOCK);
224
ixp425_imask
[IPL_SOFTBIO] = SI_TO_IRQBIT(SI_SOFTBIO);
225
ixp425_imask
[IPL_SOFTNET] = SI_TO_IRQBIT(SI_SOFTNET);
226
ixp425_imask
[IPL_SOFTSERIAL] = SI_TO_IRQBIT(SI_SOFTSERIAL);
228
KASSERT(
ixp425_imask
[IPL_SOFTCLOCK] == 0);
229
KASSERT(
ixp425_imask
[IPL_SOFTBIO] == 0);
230
KASSERT(
ixp425_imask
[IPL_SOFTNET] == 0)
[
all
...]
ixp425_intr.c
91
int
ixp425_imask
[NIPL];
variable in typeref:typename:int[]
214
ixp425_imask
[ipl] = irqs;
217
KASSERT(
ixp425_imask
[IPL_NONE] == 0);
223
ixp425_imask
[IPL_SOFTCLOCK] = SI_TO_IRQBIT(SI_SOFTCLOCK);
224
ixp425_imask
[IPL_SOFTBIO] = SI_TO_IRQBIT(SI_SOFTBIO);
225
ixp425_imask
[IPL_SOFTNET] = SI_TO_IRQBIT(SI_SOFTNET);
226
ixp425_imask
[IPL_SOFTSERIAL] = SI_TO_IRQBIT(SI_SOFTSERIAL);
228
KASSERT(
ixp425_imask
[IPL_SOFTCLOCK] == 0);
229
KASSERT(
ixp425_imask
[IPL_SOFTBIO] == 0);
230
KASSERT(
ixp425_imask
[IPL_SOFTNET] == 0)
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025