Searched refs:JOB_INT_MASK_ERR (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/panfrost/ | ||
H A D | panfrost_regs.h | 225 #define JOB_INT_MASK_ERR(j) BIT((j) + 16) macro |
H A D | panfrost_job.c | 489 if (status & JOB_INT_MASK_ERR(j)) { in panfrost_job_handle_irq() |