Home
last modified time | relevance | path

Searched refs:GSC_ENABLE_ON (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/platform/exynos-gsc/
Dgsc-regs.h19 #define GSC_ENABLE_ON (1 << 0) macro
Dgsc-core.h442 cfg |= GSC_ENABLE_ON; in gsc_hw_enable_control()
444 cfg &= ~GSC_ENABLE_ON; in gsc_hw_enable_control()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dregs-gsc.h34 #define GSC_ENABLE_ON (1 << 0) macro
Dexynos_drm_gsc.c1614 cfg |= GSC_ENABLE_ON; in gsc_ippdrv_start()
1650 cfg &= ~GSC_ENABLE_ON; in gsc_ippdrv_stop()