Lines Matching refs:lane_count

52 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count,  in txbyteclkhs()  argument
56 8 * 100), lane_count); in txbyteclkhs()
60 static u16 pixels_from_txbyteclkhs(u16 clk_hs, int bpp, int lane_count, in pixels_from_txbyteclkhs() argument
63 return DIV_ROUND_UP((clk_hs * lane_count * 8 * 100), in pixels_from_txbyteclkhs()
1109 unsigned int lane_count = intel_dsi->lane_count; in bxt_dsi_get_pipe_config() local
1161 hfp = pixels_from_txbyteclkhs(hfp, bpp, lane_count, in bxt_dsi_get_pipe_config()
1163 hsync = pixels_from_txbyteclkhs(hsync, bpp, lane_count, in bxt_dsi_get_pipe_config()
1165 hbp = pixels_from_txbyteclkhs(hbp, bpp, lane_count, in bxt_dsi_get_pipe_config()
1215 hfp_sw = txbyteclkhs(hfp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config()
1217 hsync_sw = txbyteclkhs(hsync_sw, bpp, lane_count, in bxt_dsi_get_pipe_config()
1219 hbp_sw = txbyteclkhs(hbp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config()
1223 hfp_sw = pixels_from_txbyteclkhs(hfp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config()
1225 hsync_sw = pixels_from_txbyteclkhs(hsync_sw, bpp, lane_count, in bxt_dsi_get_pipe_config()
1227 hbp_sw = pixels_from_txbyteclkhs(hbp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config()
1311 unsigned int lane_count = intel_dsi->lane_count; in set_dsi_timings() local
1334 hactive = txbyteclkhs(hactive, bpp, lane_count, in set_dsi_timings()
1336 hfp = txbyteclkhs(hfp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings()
1337 hsync = txbyteclkhs(hsync, bpp, lane_count, in set_dsi_timings()
1339 hbp = txbyteclkhs(hbp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings()
1455 val = intel_dsi->lane_count << DATA_LANES_PRG_REG_SHIFT; in intel_dsi_prepare()
1499 …txbyteclkhs(adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, intel_dsi->burst_mode_ratio) +… in intel_dsi_prepare()
1502 …justed_mode->crtc_vtotal * adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, intel_dsi->burs… in intel_dsi_prepare()
1697 switch (intel_dsi->lane_count) { in vlv_dphy_param_init()