Home
last modified time | relevance | path

Searched refs:TOTAL_LINE_CFG_L (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.h217 #define TOTAL_LINE_CFG_L(x) (((x) & 0xff) << 0) macro
H A Danalogix_dp_reg.c1287 TOTAL_LINE_CFG_L(mode->vtotal)); in analogix_dp_set_video_format()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h413 #define TOTAL_LINE_CFG_L(x) ((x) & 0xff) macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.h193 #define TOTAL_LINE_CFG_L(x) (((x) & 0xff) << 0) macro
H A Danalogix_dp_reg.c1326 TOTAL_LINE_CFG_L(mode->vtotal)); in analogix_dp_set_video_format()
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c1073 writel(TOTAL_LINE_CFG_L(priv->disp_info.v_total), in exynos_dp_config_video_bist()