Searched refs:GSC_IRQ (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/media/platform/exynos-gsc/
H A Dgsc-regs.c42 cfg = readl(dev->regs + GSC_IRQ); gsc_hw_set_frm_done_irq_mask()
47 writel(cfg, dev->regs + GSC_IRQ); gsc_hw_set_frm_done_irq_mask()
54 cfg = readl(dev->regs + GSC_IRQ); gsc_hw_set_gsc_irq_enable()
59 writel(cfg, dev->regs + GSC_IRQ); gsc_hw_set_gsc_irq_enable()
H A Dgsc-regs.h26 #define GSC_IRQ 0x08 macro
H A Dgsc-core.h451 u32 cfg = readl(dev->regs + GSC_IRQ); gsc_hw_get_irq_status()
461 u32 cfg = readl(dev->regs + GSC_IRQ); gsc_hw_clear_irq()
466 writel(cfg, dev->regs + GSC_IRQ); gsc_hw_clear_irq()
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dregs-gsc.h41 #define GSC_IRQ 0x08 macro
H A Dexynos_drm_gsc.c462 cfg = gsc_read(GSC_IRQ); gsc_handle_irq()
480 gsc_write(cfg, GSC_IRQ); gsc_handle_irq()
1310 status = gsc_read(GSC_IRQ); gsc_irq_handler()

Completed in 117 milliseconds