Searched refs:hsa (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
| D | dsi.c | 3463 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 3486 hsa = FLD_GET(r, 31, 24); in dsi_config_cmd_mode_interleaving() 3509 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3512 hsa_interleave_hs = dsi_compute_interleave_hs(hsa, ddr_alwon, in dsi_config_cmd_mode_interleaving() 3515 hsa_interleave_lp = dsi_compute_interleave_lp(hsa, in dsi_config_cmd_mode_interleaving() 3711 int hsa = dsi->vm_timings.hsa; in dsi_proto_timings() local 3725 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings() 3730 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings() 3734 hfp, hsync_end ? hsa : 0, tl); in dsi_proto_timings() 3741 r = FLD_MOD(r, hsync_end ? hsa : 0, 31, 24); /* HSA */ in dsi_proto_timings() [all …]
|
| /linux-4.4.14/include/video/ |
| D | exynos_mipi_dsim.h | 142 unsigned char hsa; member
|
| D | omapdss.h | 271 u16 hsa; member
|
| /linux-4.4.14/drivers/video/fbdev/exynos/ |
| D | exynos_mipi_dsi_lowlevel.c | 223 (DSIM_HSA_MODE_SHIFT(dsim_config->hsa)) | in exynos_mipi_dsi_init_config()
|