Searched refs:hbp (Results 1 – 8 of 8) sorted by relevance
| /drivers/video/nexell/ |
| A D | s5pxx18_dp_hdmi.c | 209 int hbp = sync->h_back_porch; in hdmi_vsync() local 215 int h_active_s = hsw + hbp; in hdmi_vsync() 216 int h_active_e = width + hsw + hbp; in hdmi_vsync() 217 int v_sync_hs_se0 = hsw + hbp + 1; in hdmi_vsync() 218 int v_sync_hs_se1 = hsw + hbp + 2; in hdmi_vsync() 231 int hbp = sync->h_back_porch; in hdmi_prepare() local 244 h_blank = hfp + hsw + hbp; in hdmi_prepare() 248 h_line = width + hfp + hsw + hbp; /* total h */ in hdmi_prepare()
|
| /drivers/video/nexell/soc/ |
| A D | s5pxx18_soc_dpc.c | 743 writel((u32)(hsw + hbp + avwidth + hfp - 1), &pregister->dpchtotal); in nx_dpc_set_hsync() 747 writel((u32)(hsw + hbp - 1), &pregister->dpchastart); in nx_dpc_set_hsync() 749 writel((u32)(hsw + hbp + avwidth - 1), &pregister->dpchaend); in nx_dpc_set_hsync() 765 u32 avw, hfp, hbp; in nx_dpc_get_hsync() local 773 hbp = hab - hsw; in nx_dpc_get_hsync() 783 *phbp = hbp; in nx_dpc_get_hsync() 954 u32 avwidth, u32 avheight, u32 hsw, u32 hfp, u32 hbp, in nx_dpc_set_sync() argument 967 writel((u32)(hsw + hbp - 1), &pregister->dpchastart); in nx_dpc_set_sync() 968 writel((u32)(hsw + hbp + avwidth - 1), &pregister->dpchaend); in nx_dpc_set_sync() 974 writel((u32)(hfp + hsw + hbp + avwidth - vsclrpixel - 1), in nx_dpc_set_sync() [all …]
|
| A D | s5pxx18_soc_dpc.h | 253 u32 hbp, int binvhsync); 325 u32 hbp, u32 vsw, u32 vfp, u32 vbp,
|
| /drivers/video/tegra/ |
| A D | dsi.c | 669 unsigned int hact, hsw, hbp, hfp, i, mul, div; in tegra_dsi_configure() local 725 hbp = timing->hback_porch.typ * mul / div; in tegra_dsi_configure() 733 hbp = hbp / 2 - 1; in tegra_dsi_configure() 738 hbp += hsw; in tegra_dsi_configure() 742 hbp -= 14; in tegra_dsi_configure() 746 writel(hact << 16 | hbp, &len->dsi_pkt_len_2_3); in tegra_dsi_configure()
|
| /drivers/video/ |
| A D | ssd2828.c | 299 u32 hbp = mode->hsync_len + mode->left_margin; in ssd2828_configure_video_interface() local 300 write_hw_register(cfg, SSD2828_VICR2, (vbp << 8) | hbp); in ssd2828_configure_video_interface()
|
| A D | dw_mipi_dsi.c | 617 u32 htotal, hsa, hbp, lbcc; in dw_mipi_dsi_line_timer_config() local 623 hbp = timings->hback_porch.typ; in dw_mipi_dsi_line_timer_config() 635 lbcc = dw_mipi_dsi_get_hcomponent_lbcc(dsi, timings, hbp); in dw_mipi_dsi_line_timer_config()
|
| /drivers/video/tidss/ |
| A D | tidss_drv.c | 443 u32 hsw, hfp, hbp, vsw, vfp, vbp; in dss_vp_enable() local 450 hbp = timing->hback_porch.typ; in dss_vp_enable() 457 FLD_VAL(hfp - 1, 19, 8) | FLD_VAL(hbp - 1, 31, 20)); in dss_vp_enable()
|
| /drivers/video/exynos/ |
| A D | exynos_mipi_dsi_lowlevel.c | 206 (dsim_config->hbp << DSIM_HBP_MODE_SHIFT) | in exynos_mipi_dsi_init_config()
|
Completed in 26 milliseconds