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 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/s3c2xx0/
s3c24x0_intr.h
38
#define
SI_TO_IRQBIT
(si) (1<<(si))
s3c2800_intr.h
49
#define
SI_TO_IRQBIT
(si) ((si)==SI_SOFTSERIAL? (1<<9) : (1U<<(ICU_LEN+(si))))
/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);
/src/sys/arch/evbarm/iq80310/
iq80310_intr.c
82
#define
SI_TO_IRQBIT
(si) (1U << (31 - (si)))
266
if ((iq80310_ipending & ~new) &
SI_TO_IRQBIT
(si)) { \
267
iq80310_ipending &= ~
SI_TO_IRQBIT
(si); \
314
iq80310_ipending |=
SI_TO_IRQBIT
(si);
Completed in 16 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025