Home
last modified time | relevance | path

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

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