Home
last modified time | relevance | path

Searched defs:tegra_emc (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/memory/tegra/
Dtegra20-emc.c197 struct tegra_emc { struct
198 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 …]
Dtegra30-emc.c355 struct tegra_emc { struct
356 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 …]
Dtegra124-emc.c481 struct tegra_emc { struct
482 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