Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/memory/tegra/
A Dtegra20-emc.c197 struct tegra_emc { struct
198 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 …]
A Dtegra30-emc.c355 struct tegra_emc { struct
356 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 …]
A 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

Completed in 12 milliseconds