Home
last modified time | relevance | path

Searched refs:hfp (Results 1 – 19 of 19) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display_helper.c175 u16 hactive, hfp, hsync, hbp; in drm_mode_convert_to_origin_mode() local
178 hfp = mode->hsync_start - mode->hdisplay; in drm_mode_convert_to_origin_mode()
185 mode->hsync_start = mode->hdisplay + hfp / 2; in drm_mode_convert_to_origin_mode()
192 u16 hactive, hfp, hsync, hbp; in drm_mode_convert_to_split_mode() local
195 hfp = mode->hsync_start - mode->hdisplay; in drm_mode_convert_to_split_mode()
202 mode->hsync_start = mode->hdisplay + hfp * 2; in drm_mode_convert_to_split_mode()
H A Dmax96755f.c23 u32 hfp, hsa, hbp, hact; in max96755f_mipi_dsi_rx_config() local
46 hfp = mode->hsync_start - mode->hdisplay; in max96755f_mipi_dsi_rx_config()
61 dm_i2c_reg_write(priv->dev, 0x03aa, FIELD_PREP(DPI_HFP_L, hfp)); in max96755f_mipi_dsi_rx_config()
64 FIELD_PREP(DPI_HFP_H, (hfp >> 7))); in max96755f_mipi_dsi_rx_config()
H A Danalogix_dp_reg.c1097 unsigned int hsw, hfp, hbp, vsw, vfp, vbp; in analogix_dp_set_video_format() local
1110 hfp = mode->hsync_start - mode->hdisplay; in analogix_dp_set_video_format()
1140 H_F_PORCH_CFG_L(hfp)); in analogix_dp_set_video_format()
1142 H_F_PORCH_CFG_H(hfp >> 8)); in analogix_dp_set_video_format()
/rk3399_rockchip-uboot/drivers/video/
H A Dam335x-fb.c137 panel->hfp, panel->hbp, panel->hsw); in am335xfb_init()
166 LCD_HFPLSB(panel->hfp) | in am335xfb_init()
177 LCD_HFPMSB(panel->hfp) | in am335xfb_init()
H A Dam335x-fb.h50 unsigned int hfp; /* Horizontal front porch */ member
H A Dda8xx-fb.h46 int hfp; /* Horizontal front porch */ member
H A Dda8xx-fb.c696 lcd_cfg_horizontal_sync(panel->hbp, panel->hsw, panel->hfp); in lcd_init()
/rk3399_rockchip-uboot/board/siemens/pxm2/
H A Dboard.c251 .hfp = 14,
265 .hfp = 52,
282 .hfp = 0,
/rk3399_rockchip-uboot/board/siemens/rut/
H A Dboard.c232 .hfp = 50, /* no spec, "don't care" values */
246 .hfp = 50, /* no spec, "don't care" values */
260 .hfp = 50, /* no spec, "don't care" values */
/rk3399_rockchip-uboot/board/BuR/common/
H A Dcommon.c134 pnltmp.hfp = FDTPROP(PATHTIM, "hfront-porch"); in load_lcdtiming()
192 pnltmp.hfp = env_get_ulong("ds1_hfp", 10, ~0UL); in load_lcdtiming()
208 ~0UL == (pnltmp.hfp) || in load_lcdtiming()
235 pnltmp.hfp, pnltmp.hbp, pnltmp.hsw, in load_lcdtiming()
/rk3399_rockchip-uboot/drivers/video/drm/display-serdes/maxim/
H A Dmaxim-max96772.c325 u32 hfp, hsa, hbp, hact; in max96772_panel_prepare() local
362 hfp = mode->hsync_start - mode->hdisplay; in max96772_panel_prepare()
367 serdes_reg_write(serdes, 0xe796, hfp & 0xff); in max96772_panel_prepare()
368 serdes_reg_write(serdes, 0xe797, (hfp >> 8) & 0xff); in max96772_panel_prepare()
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Dexynos_mipi_dsi.txt23 samsung,dsim-config-hfp: HFP disable mode.
66 samsung,dsim-config-hfp = <1>;
/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/
H A Dmipi_dsim.h173 unsigned char hfp; member
/rk3399_rockchip-uboot/board/davinci/ea20/
H A Dea20.c37 .hfp = 12,
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_hdmirx.c134 u32 hofs_pix, hbp, hfp, vbp, vfp; in rk628_hdmirx_get_timing() local
212 hfp = htotal - hact - hofs_pix; in rk628_hdmirx_get_timing()
218 hfrontporch = hfp; in rk628_hdmirx_get_timing()
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_mipi_dsi.c264 dt->hfp = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
H A Dexynos_mipi_dsi_lowlevel.c206 (dsim_config->hfp << DSIM_HFP_MODE_SHIFT) | in exynos_mipi_dsi_init_config()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dexynos4210-trats.dts74 samsung,dsim-config-hfp = <1>;
H A Dexynos4412-trats2.dts415 samsung,dsim-config-hfp = <1>;