Searched refs:tegra_sor_readl (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | sor.c | 217 static inline u32 tegra_sor_readl(struct tegra_sor *sor, unsigned long offset) in tegra_sor_readl() function 258 value = tegra_sor_readl(sor, SOR_DP_PADCTL0); in tegra_sor_dp_train_fast() 264 value = tegra_sor_readl(sor, SOR_DP_PADCTL0); in tegra_sor_dp_train_fast() 271 value = tegra_sor_readl(sor, SOR_DP_PADCTL0); in tegra_sor_dp_train_fast() 295 value = tegra_sor_readl(sor, SOR_DP_SPARE0); in tegra_sor_dp_train_fast() 339 value = tegra_sor_readl(sor, SOR_DP_PADCTL0); in tegra_sor_dp_term_calibrate() 343 value = tegra_sor_readl(sor, SOR_PLL1); in tegra_sor_dp_term_calibrate() 350 value = tegra_sor_readl(sor, SOR_PLL1); in tegra_sor_dp_term_calibrate() 357 value = tegra_sor_readl(sor, SOR_PLL1); in tegra_sor_dp_term_calibrate() 364 value = tegra_sor_readl(sor, SOR_PLL1); in tegra_sor_dp_term_calibrate() [all …]
|