Searched refs:GLB_EVT_MASK (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/panthor/ | ||
H A D | panthor_fw.h | 227 #define GLB_EVT_MASK GENMASK(26, 20) macro |
H A D | panthor_sched.c | 1729 evts = (req ^ ack) & GLB_EVT_MASK; in sched_process_global_irq_locked() |