Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.h61 #define GSC_IN_LOCAL_SEL_MASK (3 << 1) macro
H A Dgsc-regs.c112 cfg &= ~(GSC_IN_PATH_MASK | GSC_IN_LOCAL_SEL_MASK); in gsc_hw_set_input_path()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dregs-gsc.h82 #define GSC_IN_LOCAL_SEL_MASK (3 << 1) macro
H A Dexynos_drm_gsc.c1097 cfg &= ~(GSC_IN_PATH_MASK | GSC_IN_LOCAL_SEL_MASK); in gsc_start()