Searched refs:COMBINER_IRQ_GET_GROUP (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dirq_combiner.c35 #define GROUP_INDEX(cirq) (COMBINER_IRQ_GET_GROUP(cirq) >> 2)
36 #define GROUP_SHIFT(cirq) ((COMBINER_IRQ_GET_GROUP(cirq) & 0x3) * 8)
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dirq_combiner.c35 #define GROUP_INDEX(cirq) (COMBINER_IRQ_GET_GROUP(cirq) >> 2)
36 #define GROUP_SHIFT(cirq) ((COMBINER_IRQ_GET_GROUP(cirq) & 0x3) * 8)
/seL4-refos-master/libs/libplatsupport/arch_include/arm/platsupport/
H A Dirq_combiner.h33 #define COMBINER_IRQ_GET_GROUP(x) (((x) & ~COMBINER_IRQ_FLAG) >> 8) macro
/seL4-refos-master/projects/util_libs/libplatsupport/arch_include/arm/platsupport/
H A Dirq_combiner.h33 #define COMBINER_IRQ_GET_GROUP(x) (((x) & ~COMBINER_IRQ_FLAG) >> 8) macro

Completed in 28 milliseconds