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 …]
342 struct tegra_emc { struct343 struct device *dev;344 struct tegra_mc *mc;347 struct clk *clk;348 void __iomem *regs;349 unsigned int irq;350 bool bad_state;356 u32 mc_override;357 u32 emc_cfg;359 u32 emc_mode_1;[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
Completed in 16 milliseconds