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