Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/tegra/
Dsor.c258 value = tegra_sor_readl(sor, SOR_DP_PADCTL0); in tegra_sor_dp_train_fast()
262 tegra_sor_writel(sor, value, SOR_DP_PADCTL0); in tegra_sor_dp_train_fast()
264 value = tegra_sor_readl(sor, SOR_DP_PADCTL0); in tegra_sor_dp_train_fast()
267 tegra_sor_writel(sor, value, SOR_DP_PADCTL0); in tegra_sor_dp_train_fast()
271 value = tegra_sor_readl(sor, SOR_DP_PADCTL0); in tegra_sor_dp_train_fast()
274 tegra_sor_writel(sor, value, SOR_DP_PADCTL0); in tegra_sor_dp_train_fast()
339 value = tegra_sor_readl(sor, SOR_DP_PADCTL0); in tegra_sor_dp_term_calibrate()
341 tegra_sor_writel(sor, value, SOR_DP_PADCTL0); in tegra_sor_dp_term_calibrate()
370 value = tegra_sor_readl(sor, SOR_DP_PADCTL0); in tegra_sor_dp_term_calibrate()
372 tegra_sor_writel(sor, value, SOR_DP_PADCTL0); in tegra_sor_dp_term_calibrate()
[all …]
Dsor.h269 #define SOR_DP_PADCTL0 0x5c macro