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