Home
last modified time | relevance | path

Searched refs:CSG_EP_REQ_PRIORITY_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.h170 #define CSG_EP_REQ_PRIORITY_MASK GENMASK(31, 28) macro
171 #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)
H A Dpanthor_sched.c2315 CSG_EP_REQ_PRIORITY_MASK); in tick_ctx_apply()