OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:si_to_irqbit
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/xscale/
ixp425_intr.c
116
static const uint32_t
si_to_irqbit
[SI_NQUEUES] = {
variable in typeref:typename:const uint32_t[]
123
#define
SI_TO_IRQBIT
(si) (1U <<
si_to_irqbit
[(si)])
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);
Completed in 57 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025