Home
last modified time | relevance | path

Searched refs:VIDTCON2_HOZVAL (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/video/
Dexynos5433_decon.h165 #define VIDTCON2_HOZVAL(x) ((x) & 0xfff) macro
Dsamsung_fimd.h175 #define VIDTCON2_HOZVAL(_x) (((_x) & 0x7ff) << 0) macro
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos5433_drm_decon.c154 VIDTCON2_HOZVAL(m->hdisplay - 1); in decon_commit()
Dexynos_drm_fimd.c457 VIDTCON2_HOZVAL(mode->hdisplay - 1) | in fimd_commit()
/linux-4.4.14/drivers/video/fbdev/
Ds3c-fb.c1329 VIDTCON2_HOZVAL(vmode->xres - 1) | in s3c_fb_set_rgb_timing()