Searched refs:ROT_STATUS_IRQ (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/exynos/ | ||
D | regs-rotator.h | 35 #define ROT_STATUS_IRQ(x) (((x) >> 8) & 0x3) macro |
D | exynos_drm_rotator.c | 84 val = ROT_STATUS_IRQ(val); in rotator_reg_get_irq_status() |