Searched refs:h_back_porch (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/video/nexell/ |
A D | s5pxx18_dp_hdmi.c | 128 sync->h_back_porch = 220; in hdmi_get_vsync() 141 sync->h_back_porch = 148; in hdmi_get_vsync() 170 sync->h_back_porch + sync->h_active_len - 1); in hdmi_get_vsync() 175 sync->h_back_porch + sync->h_active_len - 1); in hdmi_get_vsync() 210 int hbp = sync->h_back_porch; in hdmi_vsync() 232 int hbp = sync->h_back_porch; in hdmi_prepare()
|
A D | s5pxx18_dp.c | 142 sync->h_front_porch, sync->h_back_porch, in dp_control_setup() 169 sync->h_back_porch, sync->h_sync_width, sync->h_sync_invert); in dp_control_setup()
|
A D | s5pxx18_dp_mipi.c | 269 int HBP = sync->h_back_porch; in mipi_enable()
|
/u-boot/arch/arm/mach-exynos/include/mach/ |
A D | dp_info.h | 29 unsigned int h_back_porch; member
|
/u-boot/arch/arm/dts/ |
A D | s5p4418-nanopi2.dts | 77 h_back_porch = <84>;
|
/u-boot/arch/arm/mach-nexell/include/mach/ |
A D | display.h | 67 int h_back_porch; member
|
/u-boot/drivers/video/ |
A D | nexell_display.c | 49 sync->h_back_porch = ofnode_read_s32_default(node, "h_back_porch", 0); in nx_display_parse_dp_sync() 62 sync->h_back_porch, sync->h_front_porch, sync->h_sync_invert); in nx_display_parse_dp_sync()
|
/u-boot/drivers/video/exynos/ |
A D | exynos_dp.c | 35 disp_info->h_back_porch + disp_info->h_front_porch; in exynos_dp_disp_info() 898 priv->disp_info.h_back_porch = fdtdec_get_int(blob, node, in exynos_dp_of_to_plat()
|
A D | exynos_dp_lowlevel.c | 1100 writel(H_B_PORCH_CFG_L(priv->disp_info.h_back_porch), in exynos_dp_config_video_bist() 1102 writel(H_B_PORCH_CFG_H(priv->disp_info.h_back_porch), in exynos_dp_config_video_bist()
|
/u-boot/board/friendlyarm/nanopi2/ |
A D | board.c | 140 sync->h_back_porch = timing->h_bp; in nx_display_fixup_dp()
|
Completed in 18 milliseconds