Searched defs:tegra_emc (Results 1 – 1 of 1) sorted by relevance
197 struct tegra_emc { struct198 struct device *dev;199 struct tegra_mc *mc;200 struct icc_provider provider;201 struct notifier_block clk_nb;202 struct clk *clk;203 void __iomem *regs;204 unsigned int dram_bus_width;206 struct emc_timing *timings;207 unsigned int num_timings;[all …]