Searched refs:CLK_SOURCE_EMC (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/clk/tegra/ |
| D | clk-tegra124-emc.c | 28 #define CLK_SOURCE_EMC 0x19c macro 101 val = readl(tegra->clk_regs + CLK_SOURCE_EMC); in emc_recalc_rate() 166 val = readl(tegra->clk_regs + CLK_SOURCE_EMC); in emc_get_parent() 250 car_value = readl(tegra->clk_regs + CLK_SOURCE_EMC); in emc_set_timing() 258 writel(car_value, tegra->clk_regs + CLK_SOURCE_EMC); in emc_set_timing()
|
| D | clk-tegra210-emc.c | 17 #define CLK_SOURCE_EMC 0x19c macro 57 value = readl_relaxed(emc->regs + CLK_SOURCE_EMC); in tegra210_clk_emc_get_parent() 81 value = readl_relaxed(emc->regs + CLK_SOURCE_EMC); in tegra210_clk_emc_recalc_rate()
|
| D | clk-tegra20.c | 107 #define CLK_SOURCE_EMC 0x19c macro 801 clk = tegra20_clk_register_emc(clk_base + CLK_SOURCE_EMC, false); in tegra20_periph_clk_init() 805 clk = tegra_clk_register_mc("mc", "emc", clk_base + CLK_SOURCE_EMC, in tegra20_periph_clk_init()
|
| D | clk-tegra114.c | 106 #define CLK_SOURCE_EMC 0x19c macro 1052 clk_base + CLK_SOURCE_EMC, in tegra114_periph_clk_init() 1055 clk = tegra_clk_register_mc("mc", "emc_mux", clk_base + CLK_SOURCE_EMC, in tegra114_periph_clk_init()
|
| D | clk-tegra30.c | 106 #define CLK_SOURCE_EMC 0x19c macro 1041 clk = tegra20_clk_register_emc(clk_base + CLK_SOURCE_EMC, true); in tegra30_periph_clk_init() 1045 clk = tegra_clk_register_mc("mc", "emc", clk_base + CLK_SOURCE_EMC, in tegra30_periph_clk_init()
|
| D | clk-tegra124.c | 29 #define CLK_SOURCE_EMC 0x19c macro 1053 clk = tegra_clk_register_mc("mc", "emc", clk_base + CLK_SOURCE_EMC, in tegra124_periph_clk_init()
|
| D | clk-tegra210.c | 34 #define CLK_SOURCE_EMC 0x19c macro 574 writel_relaxed(emc_src_value, clk_base + CLK_SOURCE_EMC); in tegra210_clk_emc_update_setting() 2990 clk_base + CLK_SOURCE_EMC, in tegra210_clk_register_mc()
|