Searched defs:tegra_emc (Results 1 – 6 of 6) 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 …]
355 struct tegra_emc { struct356 struct device *dev;357 struct tegra_mc *mc;358 struct icc_provider provider;359 struct notifier_block clk_nb;360 struct clk *clk;361 void __iomem *regs;362 unsigned int irq;363 bool bad_state;365 struct emc_timing *new_timing;[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
326 struct tegra_emc { struct327 struct device *dev;328 struct tegra_mc *mc;329 struct notifier_block clk_nb;330 struct clk *clk;331 void __iomem *regs;332 unsigned int irq;333 bool bad_state;357 static int emc_seq_update_timing(struct tegra_emc *emc) in emc_seq_update_timing() argument
145 struct tegra_emc { struct163 struct tegra_emc *emc = data; in tegra_emc_isr() argument
463 struct tegra_emc { struct464 struct device *dev;488 static void emc_ccfifo_writel(struct tegra_emc *emc, u32 value, in emc_ccfifo_writel() argument