lane_max_kbps      83 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 	int lane_max_kbps;
lane_max_kbps     153 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 	fvco_max = dsi->lane_max_kbps * 2 * ODF_MIN;
lane_max_kbps     252 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 	dsi->lane_max_kbps = LANE_MAX_KBPS;
lane_max_kbps     255 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 		dsi->lane_max_kbps *= 2;
lane_max_kbps     265 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 	if (pll_out_khz > dsi->lane_max_kbps) {
lane_max_kbps     266 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c 		pll_out_khz = dsi->lane_max_kbps;