OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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.h
64
extern int
ixp425_imask
[];
74
hwpend = (ixp425_ipending & IXP425_INT_HWMASK) & ~
ixp425_imask
[ipl];
Completed in 12 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025