Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.h112 #define GSC_SCALED_HEIGHT(x) ((x) << 16) macro
H A Dgsc-regs.c254 cfg |= GSC_SCALED_HEIGHT(frame->crop.width); in gsc_hw_set_out_size()
257 cfg |= GSC_SCALED_HEIGHT(frame->crop.height); in gsc_hw_set_out_size()
/linux/drivers/gpu/drm/exynos/
H A Dregs-gsc.h151 #define GSC_SCALED_HEIGHT(x) ((x) << 16) macro
H A Dexynos_drm_gsc.c878 GSC_SCALED_HEIGHT(buf->rect.w)); in gsc_dst_set_size()
881 GSC_SCALED_HEIGHT(buf->rect.h)); in gsc_dst_set_size()