Searched refs:hsa (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dsi.c | 3462 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 3485 hsa = FLD_GET(r, 31, 24); in dsi_config_cmd_mode_interleaving() 3508 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3511 hsa_interleave_hs = dsi_compute_interleave_hs(hsa, ddr_alwon, in dsi_config_cmd_mode_interleaving() 3514 hsa_interleave_lp = dsi_compute_interleave_lp(hsa, in dsi_config_cmd_mode_interleaving() 3710 int hsa = dsi->vm_timings.hsa; in dsi_proto_timings() local 3724 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings() 3729 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings() 3733 hfp, hsync_end ? hsa : 0, tl); in dsi_proto_timings() 3740 r = FLD_MOD(r, hsync_end ? hsa : 0, 31, 24); /* HSA */ in dsi_proto_timings() [all …]
|
/linux-4.1.27/include/video/ |
D | exynos_mipi_dsim.h | 142 unsigned char hsa; member
|
D | omapdss.h | 271 u16 hsa; member
|
/linux-4.1.27/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi_lowlevel.c | 223 (DSIM_HSA_MODE_SHIFT(dsim_config->hsa)) | in exynos_mipi_dsi_init_config()
|