Searched refs:CSG_EP_REQ_PRIORITY_MASK (Results 1 – 2 of 2) sorted by relevance
170 #define CSG_EP_REQ_PRIORITY_MASK GENMASK(31, 28) macro171 #define CSG_EP_REQ_PRIORITY(x) (((x) << 28) & CSG_EP_REQ_PRIORITY_MASK)172 #define CSG_EP_REQ_PRIORITY_GET(x) (((x) & CSG_EP_REQ_PRIORITY_MASK) >> 28)
2315 CSG_EP_REQ_PRIORITY_MASK); in tick_ctx_apply()