Searched refs:tegra210_emc (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/memory/tegra/ |
| H A D | tegra210-emc.h | 886 struct tegra210_emc { struct 939 void (*set_clock)(struct tegra210_emc *emc, u32 clksrc); argument 940 u32 (*periodic_compensation)(struct tegra210_emc *emc); 943 static inline void emc_writel(struct tegra210_emc *emc, u32 value, in emc_writel() 954 static inline void emc_channel_writel(struct tegra210_emc *emc, in emc_channel_writel() 961 static inline u32 emc_channel_readl(struct tegra210_emc *emc, in emc_channel_readl() 990 int tegra210_emc_set_refresh(struct tegra210_emc *emc, 996 void tegra210_emc_timing_update(struct tegra210_emc *emc); 1000 void tegra210_emc_adjust_timing(struct tegra210_emc *emc, 1006 void tegra210_emc_dll_disable(struct tegra210_emc *emc); [all …]
|
| H A D | tegra210-emc-core.c | 691 struct tegra210_emc *emc = cd->devdata; in tegra210_emc_cd_get_state() 701 struct tegra210_emc *emc = cd->devdata; in tegra210_emc_cd_set_state() 1531 struct tegra210_emc *emc = dev_get_drvdata(dev); in tegra210_emc_set_rate() 1611 struct tegra210_emc *emc = s->private; in tegra210_emc_debug_available_rates_show() 1628 struct tegra210_emc *emc = data; in tegra210_emc_debug_min_rate_get() 1637 struct tegra210_emc *emc = data; in tegra210_emc_debug_min_rate_set() 1658 struct tegra210_emc *emc = data; in tegra210_emc_debug_max_rate_get() 1667 struct tegra210_emc *emc = data; in tegra210_emc_debug_max_rate_set() 1688 struct tegra210_emc *emc = data; in tegra210_emc_debug_temperature_get() 1703 struct tegra210_emc *emc = data; in tegra210_emc_debug_temperature_set() [all …]
|
| H A D | tegra210-emc-table.c | 15 struct tegra210_emc *emc = dev_get_drvdata(dev); in tegra210_emc_table_device_init() 63 struct tegra210_emc *emc = dev_get_drvdata(dev); in tegra210_emc_table_device_release()
|
| H A D | tegra210-emc-cc-r21021.c | 133 static void tegra210_emc_get_clktree_delay(struct tegra210_emc *emc, in tegra210_emc_get_clktree_delay() 182 static bool periodic_compensation_handler(struct tegra210_emc *emc, u32 type, in periodic_compensation_handler() 243 static u32 tegra210_emc_r21021_periodic_compensation(struct tegra210_emc *emc) in tegra210_emc_r21021_periodic_compensation() 337 static void tegra210_emc_r21021_set_clock(struct tegra210_emc *emc, u32 clksrc) in tegra210_emc_r21021_set_clock()
|