Home
last modified time | relevance | path

Searched refs:GSC_ENABLE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.h13 #define GSC_ENABLE 0x00 macro
H A Dgsc-core.h437 u32 cfg = readl(dev->regs + GSC_ENABLE); in gsc_hw_enable_control()
444 writel(cfg, dev->regs + GSC_ENABLE); in gsc_hw_enable_control()
H A Dgsc-regs.c423 cfg = readl(dev->regs + GSC_ENABLE); in gsc_hw_set_sfr_update()
425 writel(cfg, dev->regs + GSC_ENABLE); in gsc_hw_set_sfr_update()
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_gsc.c1090 cfg = gsc_read(GSC_ENABLE); in gsc_start()
1094 gsc_write(cfg, GSC_ENABLE); in gsc_start()
1109 cfg = gsc_read(GSC_ENABLE); in gsc_start()
1111 gsc_write(cfg, GSC_ENABLE); in gsc_start()
H A Dregs-gsc.h14 #define GSC_ENABLE 0x00 macro