Home
last modified time | relevance | path

Searched defs:SI_TO_IRQBIT (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/arch/armv7/omap/
H A Dintc.h28 #define SI_TO_IRQBIT(si) (1U<<(si)) macro
/openbsd/sys/arch/armv7/sunxi/
H A Dsxiintc.h28 #define SI_TO_IRQBIT(si) (1U<<(si)) macro
/openbsd/sys/arch/powerpc/include/
H A Dintr.h125 #define SI_TO_IRQBIT(x) (1 << (x)) macro
/openbsd/sys/arch/powerpc64/powerpc64/
H A Dintr.c67 #define SI_TO_IRQBIT(x) (1 << (x)) macro
/openbsd/sys/arch/riscv64/riscv64/
H A Dintr.c46 #define SI_TO_IRQBIT(x) (1 << (x)) macro
/openbsd/sys/arch/arm64/arm64/
H A Dintr.c48 #define SI_TO_IRQBIT(x) (1 << (x)) macro
/openbsd/sys/arch/armv7/armv7/
H A Dintr.c47 #define SI_TO_IRQBIT(x) (1 << (x)) macro