Searched refs:v_sync_width (Results 1 – 14 of 14) sorted by relevance
/u-boot/drivers/video/ |
A D | logicore_dp_tx.h | 48 u16 v_sync_width; member
|
A D | logicore_dp_tx.c | 145 u16 v_sync_width; member 2088 set_reg(dev, REG_MAIN_STREAM_VSWIDTH, msa_config->v_sync_width); in set_msa_values() 2137 dp_tx->main_stream_attributes.v_sync_width = msa->v_sync_width; in logicore_dp_tx_set_msa() 2211 .v_sync_width = 2, in logicore_dp_tx_enable() 2228 .v_sync_width = 2, in logicore_dp_tx_enable() 2245 .v_sync_width = 2, in logicore_dp_tx_enable()
|
A D | nexell_display.c | 53 sync->v_sync_width = ofnode_read_s32_default(node, "v_sync_width", 0); in nx_display_parse_dp_sync() 64 sync->v_active_len, sync->v_sync_width, in nx_display_parse_dp_sync()
|
/u-boot/drivers/video/nexell/ |
A D | s5pxx18_dp_hdmi.c | 132 sync->v_sync_width = 5; in hdmi_get_vsync() 145 sync->v_sync_width = 5; in hdmi_get_vsync() 212 int vsw = sync->v_sync_width; in hdmi_vsync() 234 int vsw = sync->v_sync_width; in hdmi_prepare()
|
A D | s5pxx18_dp.c | 144 nx_dpc_set_vsync(module, sync->v_active_len, sync->v_sync_width, in dp_control_setup() 147 sync->v_sync_width, sync->v_front_porch, in dp_control_setup() 172 sync->v_back_porch, sync->v_sync_width, sync->h_sync_invert); in dp_control_setup()
|
A D | s5pxx18_dp_mipi.c | 273 int VS = sync->v_sync_width; in mipi_enable()
|
/u-boot/arch/arm/mach-exynos/include/mach/ |
A D | dp_info.h | 33 unsigned int v_sync_width; member
|
/u-boot/arch/arm/dts/ |
A D | s5p4418-nanopi2.dts | 83 v_sync_width = <20>;
|
/u-boot/drivers/video/imx/ |
A D | ipu_disp.c | 834 uint16_t v_sync_width, uint16_t v_end_width, in ipu_init_sync_panel() argument 846 if ((v_sync_width == 0) || (h_sync_width == 0)) in ipu_init_sync_panel() 856 v_total = height + v_sync_width + v_start_width + v_end_width; in ipu_init_sync_panel() 1093 DI_SYNC_INT_HSYNC, 0, v_sync_width * 2); in ipu_init_sync_panel() 1098 v_sync_width + v_start_width, DI_SYNC_HSYNC, in ipu_init_sync_panel()
|
A D | ipu.h | 234 uint16_t v_sync_width, uint16_t v_end_width,
|
/u-boot/arch/arm/mach-nexell/include/mach/ |
A D | display.h | 71 int v_sync_width; member
|
/u-boot/drivers/video/exynos/ |
A D | exynos_dp.c | 36 disp_info->v_total = disp_info->v_res + disp_info->v_sync_width + in exynos_dp_disp_info() 904 priv->disp_info.v_sync_width = fdtdec_get_int(blob, node, in exynos_dp_of_to_plat()
|
A D | exynos_dp_lowlevel.c | 1080 writel(priv->disp_info.v_sync_width, &dp_regs->vsw_cfg); in exynos_dp_config_video_bist()
|
/u-boot/board/friendlyarm/nanopi2/ |
A D | board.c | 145 sync->v_sync_width = timing->v_sw; in nx_display_fixup_dp()
|
Completed in 46 milliseconds