Lines Matching defs:intr
152 #define GIC_SH_MAP_TO_PIN(intr) \ argument
158 #define GIC_SH_MAP_TO_VPE_REG_OFF(intr, vpe) \ argument
163 #define GIC_INTR_OFS(intr) (((intr) / 32)*4) argument
164 #define GIC_INTR_BIT(intr) ((intr) % 32) argument
168 #define GIC_SET_POLARITY(intr, pol) \ argument
174 #define GIC_SET_TRIGGER(intr, trig) \ argument
180 #define GIC_SET_INTR_MASK(intr) \ argument
184 #define GIC_CLR_INTR_MASK(intr) \ argument
208 #define GIC_VPE_EIC_SS(intr) \ argument
212 #define GIC_VPE_EIC_VEC(intr) \ argument
237 #define GIC_SH_WEDGE_SET(intr) (intr | (0x1 << 31)) argument
238 #define GIC_SH_WEDGE_CLR(intr) (intr & ~(0x1 << 31)) argument
302 #define GIC_SH_MAP_TO_VPE_SMASK(intr, vpe) \ argument