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

/linux-4.4.14/drivers/media/platform/exynos-gsc/
H A Dgsc-regs.h115 #define GSC_SCALED_HEIGHT(x) ((x) << 16) macro
H A Dgsc-regs.c258 cfg |= GSC_SCALED_HEIGHT(frame->crop.width); gsc_hw_set_out_size()
261 cfg |= GSC_SCALED_HEIGHT(frame->crop.height); gsc_hw_set_out_size()
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dregs-gsc.h153 #define GSC_SCALED_HEIGHT(x) ((x) << 16) macro
H A Dexynos_drm_gsc.c1058 cfg = (GSC_SCALED_WIDTH(img_pos.w) | GSC_SCALED_HEIGHT(img_pos.h)); gsc_dst_set_size()

Completed in 69 milliseconds