Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.h265 #define H_B_PORCH_CFG_H(x) (((x) & 0xf) << 0) macro
H A Danalogix_dp_reg.c1319 H_B_PORCH_CFG_H(hbp >> 8)); in analogix_dp_set_video_format()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h427 #define H_B_PORCH_CFG_H(x) ((((x) >> 8)) & 0xff) macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.h241 #define H_B_PORCH_CFG_H(x) (((x) & 0xf) << 0) macro
H A Danalogix_dp_reg.c1358 H_B_PORCH_CFG_H(hbp >> 8)); in analogix_dp_set_video_format()
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c1103 writel(H_B_PORCH_CFG_H(priv->disp_info.h_back_porch), in exynos_dp_config_video_bist()