Lines Matching refs:lanes
38 unsigned int lanes; member
71 unsigned int lanes; member
490 return dsi->master->lanes + dsi->lanes; in tegra_dsi_get_lanes()
493 return dsi->lanes + dsi->slave->lanes; in tegra_dsi_get_lanes()
495 return dsi->lanes; in tegra_dsi_get_lanes()
528 DSI_CONTROL_LANES(dsi->lanes - 1) | in tegra_dsi_configure()
612 unsigned int lanes = state->lanes; in tegra_dsi_configure() local
616 delay = DIV_ROUND_UP(delay * mul, div * lanes); in tegra_dsi_configure()
620 bclk = DIV_ROUND_UP(mode->htotal * mul, div * lanes); in tegra_dsi_configure()
621 bclk_ganged = DIV_ROUND_UP(bclk * lanes / 2, lanes); in tegra_dsi_configure()
896 state->lanes = tegra_dsi_get_lanes(dsi); in tegra_dsi_encoder_atomic_check()
905 state->bclk = (state->pclk * state->mul) / (state->div * state->lanes); in tegra_dsi_encoder_atomic_check()
908 state->lanes); in tegra_dsi_encoder_atomic_check()
946 scdiv = ((8 * state->mul) / (state->div * state->lanes)) - 2; in tegra_dsi_encoder_atomic_check()
1383 dsi->lanes = device->lanes; in tegra_dsi_host_attach()
1489 dsi->lanes = 4; in tegra_dsi_probe()