Lines Matching refs:lanes
39 unsigned int lanes; member
72 unsigned int lanes; member
491 return dsi->master->lanes + dsi->lanes; in tegra_dsi_get_lanes()
494 return dsi->lanes + dsi->slave->lanes; in tegra_dsi_get_lanes()
496 return dsi->lanes; in tegra_dsi_get_lanes()
529 DSI_CONTROL_LANES(dsi->lanes - 1) | in tegra_dsi_configure()
613 unsigned int lanes = state->lanes; in tegra_dsi_configure() local
617 delay = DIV_ROUND_UP(delay * mul, div * lanes); in tegra_dsi_configure()
621 bclk = DIV_ROUND_UP(mode->htotal * mul, div * lanes); in tegra_dsi_configure()
622 bclk_ganged = DIV_ROUND_UP(bclk * lanes / 2, lanes); in tegra_dsi_configure()
975 state->lanes = tegra_dsi_get_lanes(dsi); in tegra_dsi_encoder_atomic_check()
984 state->bclk = (state->pclk * state->mul) / (state->div * state->lanes); in tegra_dsi_encoder_atomic_check()
987 state->lanes); in tegra_dsi_encoder_atomic_check()
1025 scdiv = ((8 * state->mul) / (state->div * state->lanes)) - 2; in tegra_dsi_encoder_atomic_check()
1412 dsi->lanes = device->lanes; in tegra_dsi_host_attach()
1518 dsi->lanes = 4; in tegra_dsi_probe()