Lines Matching refs:lanes
39 unsigned int lanes; member
70 unsigned int lanes; member
478 return dsi->master->lanes + dsi->lanes; in tegra_dsi_get_lanes()
481 return dsi->lanes + dsi->slave->lanes; in tegra_dsi_get_lanes()
483 return dsi->lanes; in tegra_dsi_get_lanes()
516 DSI_CONTROL_LANES(dsi->lanes - 1) | in tegra_dsi_configure()
600 unsigned int lanes = state->lanes; in tegra_dsi_configure() local
604 delay = DIV_ROUND_UP(delay * mul, div * lanes); in tegra_dsi_configure()
608 bclk = DIV_ROUND_UP(mode->htotal * mul, div * lanes); in tegra_dsi_configure()
609 bclk_ganged = DIV_ROUND_UP(bclk * lanes / 2, lanes); in tegra_dsi_configure()
963 state->lanes = tegra_dsi_get_lanes(dsi); in tegra_dsi_encoder_atomic_check()
972 state->bclk = (state->pclk * state->mul) / (state->div * state->lanes); in tegra_dsi_encoder_atomic_check()
975 state->lanes); in tegra_dsi_encoder_atomic_check()
1013 scdiv = ((8 * state->mul) / (state->div * state->lanes)) - 2; in tegra_dsi_encoder_atomic_check()
1389 dsi->lanes = device->lanes; in tegra_dsi_host_attach()
1498 dsi->lanes = 4; in tegra_dsi_probe()