Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.h127 #define GSC_MAIN_V_RATIO_VALUE(x) ((x) << 0) macro
H A Dgsc-regs.c363 cfg = GSC_MAIN_V_RATIO_VALUE(sc->main_vratio); in gsc_hw_set_mainscaler()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dregs-gsc.h172 #define GSC_MAIN_V_RATIO_VALUE(x) ((x) << 0) macro
H A Dexynos_drm_gsc.c859 cfg = GSC_MAIN_V_RATIO_VALUE(sc->main_vratio); in gsc_set_scaler()