Home
last modified time | relevance | path

Searched refs:n_lanes (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Ddp.c800 u32 n_lanes = cfg->lane_count; in tegra_dp_channel_eq_status() local
805 for (cnt = 0; cnt < n_lanes / 2; cnt++) { in tegra_dp_channel_eq_status()
810 if (n_lanes == 1) { in tegra_dp_channel_eq_status()
844 u32 n_lanes = cfg->lane_count; in tegra_dp_clock_recovery_status() local
848 for (cnt = 0; cnt < n_lanes / 2; cnt++) { in tegra_dp_clock_recovery_status()
854 if (n_lanes == 1) in tegra_dp_clock_recovery_status()
871 u32 n_lanes = cfg->lane_count; in tegra_dp_lt_adjust() local
874 for (cnt = 0; cnt < n_lanes / 2; cnt++) { in tegra_dp_lt_adjust()
895 for (cnt = 0; cnt < n_lanes; cnt++) { in tegra_dp_lt_adjust()
915 static void tegra_dp_tpg(struct tegra_dp_priv *dp, u32 tp, u32 n_lanes, in tegra_dp_tpg() argument
[all …]