Searched refs:h_sync_width (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/ |
| H A D | dp_info.h | 29 unsigned int h_sync_width; member
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ipu_disp.c | 831 uint16_t h_start_width, uint16_t h_sync_width, in ipu_init_sync_panel() argument 845 if ((v_sync_width == 0) || (h_sync_width == 0)) in ipu_init_sync_panel() 854 h_total = width + h_sync_width + h_start_width + h_end_width; in ipu_init_sync_panel() 1086 DI_SYNC_CLK, 0, h_sync_width * 2); in ipu_init_sync_panel() 1102 h_sync_width + h_start_width, DI_SYNC_CLK, in ipu_init_sync_panel()
|
| H A D | ipu.h | 233 uint16_t h_start_width, uint16_t h_sync_width,
|
| /rk3399_rockchip-uboot/drivers/video/exynos/ |
| H A D | exynos_dp.c | 32 disp_info->h_total = disp_info->h_res + disp_info->h_sync_width + in exynos_dp_disp_info() 894 priv->disp_info.h_sync_width = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
|
| H A D | exynos_dp_lowlevel.c | 1097 writel(H_SYNC_PORCH_CFG_L(priv->disp_info.h_sync_width), in exynos_dp_config_video_bist() 1099 writel(H_SYNC_PORCH_CFG_H(priv->disp_info.h_sync_width), in exynos_dp_config_video_bist()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | dw-dp.c | 1241 u32 hactive, hblank, h_sync_width, h_front_porch; in dw_dp_video_enable() local 1294 h_sync_width = mode->hsync_end - mode->hsync_start; in dw_dp_video_enable() 1297 FIELD_PREP(H_SYNC_WIDTH, h_sync_width) | in dw_dp_video_enable()
|