Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/exynos/
Dregs-decon5433.h180 #define VIDTCON2_HOZVAL(x) ((x) & 0xfff) macro
Dexynos5433_drm_decon.c226 VIDTCON2_HOZVAL(m->hdisplay - 1); in decon_commit()
229 VIDTCON2_HOZVAL(m->hdisplay - 1); in decon_commit()
Dexynos_drm_fimd.c532 VIDTCON2_HOZVAL(mode->hdisplay - 1) | in fimd_commit()
/Linux-v4.19/include/video/
Dsamsung_fimd.h175 #define VIDTCON2_HOZVAL(_x) (((_x) & 0x7ff) << 0) macro
/Linux-v4.19/drivers/video/fbdev/
Ds3c-fb.c1328 VIDTCON2_HOZVAL(vmode->xres - 1) | in s3c_fb_set_rgb_timing()