Searched defs:tegra_emc (Results 1 – 3 of 3) sorted by relevance
197 struct tegra_emc { struct198 struct device *dev;199 struct tegra_mc *mc;200 struct icc_provider provider;202 struct clk *clk;203 void __iomem *regs;204 unsigned int dram_bus_width;206 struct emc_timing *timings;207 unsigned int num_timings;209 struct {[all …]
355 struct tegra_emc { struct356 struct device *dev;360 struct clk *clk;361 void __iomem *regs;362 unsigned int irq;363 bool bad_state;369 u32 mc_override;370 u32 emc_cfg;372 u32 emc_mode_1;373 u32 emc_mode_2;[all …]
481 struct tegra_emc { struct482 struct device *dev;484 struct tegra_mc *mc;486 void __iomem *regs;488 struct clk *clk;490 enum emc_dram_type dram_type;491 unsigned int dram_bus_width;492 unsigned int dram_num;494 struct emc_timing last_timing;518 static void emc_ccfifo_writel(struct tegra_emc *emc, u32 value, in emc_ccfifo_writel() argument