Searched refs:h_sync_width (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/drivers/video/ |
| H A D | logicore_dp_tx.h | 43 u16 h_sync_width; member
|
| H A D | logicore_dp_tx.c | 139 u16 h_sync_width; member 2086 set_reg(dev, REG_MAIN_STREAM_HSWIDTH, msa_config->h_sync_width); in set_msa_values() 2131 dp_tx->main_stream_attributes.h_sync_width = msa->h_sync_width; in logicore_dp_tx_set_msa() 2205 .h_sync_width = 96, in logicore_dp_tx_enable() 2222 .h_sync_width = 108, in logicore_dp_tx_enable() 2239 .h_sync_width = 136, in logicore_dp_tx_enable()
|
| H A D | ipu_disp.c | 830 uint16_t h_start_width, uint16_t h_sync_width, in ipu_init_sync_panel() argument 844 if ((v_sync_width == 0) || (h_sync_width == 0)) in ipu_init_sync_panel() 853 h_total = width + h_sync_width + h_start_width + h_end_width; in ipu_init_sync_panel() 1085 DI_SYNC_CLK, 0, h_sync_width * 2); in ipu_init_sync_panel() 1101 h_sync_width + h_start_width, DI_SYNC_CLK, in ipu_init_sync_panel()
|
| H A D | ipu.h | 232 uint16_t h_start_width, uint16_t h_sync_width,
|
| /openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
| H A D | dp_info.h | 28 unsigned int h_sync_width; member
|
| /openbmc/u-boot/drivers/video/exynos/ |
| H A D | exynos_dp.c | 31 disp_info->h_total = disp_info->h_res + disp_info->h_sync_width + in exynos_dp_disp_info() 893 priv->disp_info.h_sync_width = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
|
| H A D | exynos_dp_lowlevel.c | 1094 writel(H_SYNC_PORCH_CFG_L(priv->disp_info.h_sync_width), in exynos_dp_config_video_bist() 1096 writel(H_SYNC_PORCH_CFG_H(priv->disp_info.h_sync_width), in exynos_dp_config_video_bist()
|