| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_display_helper.c | 175 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 D | max96755f.c | 23 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 D | analogix_dp_reg.c | 1097 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 D | am335x-fb.c | 137 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 D | am335x-fb.h | 50 unsigned int hfp; /* Horizontal front porch */ member
|
| H A D | da8xx-fb.h | 46 int hfp; /* Horizontal front porch */ member
|
| H A D | da8xx-fb.c | 696 lcd_cfg_horizontal_sync(panel->hbp, panel->hsw, panel->hfp); in lcd_init()
|
| /rk3399_rockchip-uboot/board/siemens/pxm2/ |
| H A D | board.c | 251 .hfp = 14, 265 .hfp = 52, 282 .hfp = 0,
|
| /rk3399_rockchip-uboot/board/siemens/rut/ |
| H A D | board.c | 232 .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 D | common.c | 134 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 D | maxim-max96772.c | 325 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 D | exynos_mipi_dsi.txt | 23 samsung,dsim-config-hfp: HFP disable mode. 66 samsung,dsim-config-hfp = <1>;
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/ |
| H A D | mipi_dsim.h | 173 unsigned char hfp; member
|
| /rk3399_rockchip-uboot/board/davinci/ea20/ |
| H A D | ea20.c | 37 .hfp = 12,
|
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_hdmirx.c | 134 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 D | exynos_mipi_dsi.c | 264 dt->hfp = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
|
| H A D | exynos_mipi_dsi_lowlevel.c | 206 (dsim_config->hfp << DSIM_HFP_MODE_SHIFT) | in exynos_mipi_dsi_init_config()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | exynos4210-trats.dts | 74 samsung,dsim-config-hfp = <1>;
|
| H A D | exynos4412-trats2.dts | 415 samsung,dsim-config-hfp = <1>;
|