Searched defs:tegra_emc (Results 1 – 3 of 3) sorted by relevance
342 struct tegra_emc { struct343 struct device *dev;344 struct tegra_mc *mc;345 struct icc_provider provider;346 struct notifier_block clk_nb;347 struct clk *clk;348 void __iomem *regs;349 unsigned int irq;350 bool bad_state;352 struct emc_timing *new_timing;[all …]
176 struct tegra_emc { struct177 struct device *dev;178 struct tegra_mc *mc;179 struct icc_provider provider;180 struct notifier_block clk_nb;181 struct clk *clk;182 void __iomem *regs;206 static irqreturn_t tegra_emc_isr(int irq, void *data) in tegra_emc_isr() argument208 struct tegra_emc *emc = data; in tegra_emc_isr() argument
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