Searched refs:PLLU_BASE (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/clk/tegra/ |
D | clk-tegra210.c | 74 #define PLLU_BASE 0xc0 macro 2302 .base_reg = PLLU_BASE, 2916 reg = readl_relaxed(clk_base + PLLU_BASE); in tegra210_enable_pllu() 2921 writel(reg, clk_base + PLLU_BASE); in tegra210_enable_pllu() 2924 writel(reg, clk_base + PLLU_BASE); in tegra210_enable_pllu() 2932 ret = tegra210_wait_for_mask(&pllu, PLLU_BASE, PLL_BASE_LOCK); in tegra210_enable_pllu() 2948 reg = readl_relaxed(clk_base + PLLU_BASE); in tegra210_init_pllu() 2958 reg = readl_relaxed(clk_base + PLLU_BASE); in tegra210_init_pllu() 2960 writel(reg, clk_base + PLLU_BASE); in tegra210_init_pllu() 2980 reg = readl_relaxed(clk_base + PLLU_BASE); in tegra210_init_pllu() [all …]
|
D | clk-tegra114.c | 73 #define PLLU_BASE 0xc0 macro 472 .base_reg = PLLU_BASE, 953 CLK_SET_RATE_PARENT, clk_base + PLLU_BASE, in tegra114_pll_init()
|
D | clk-tegra124.c | 52 #define PLLU_BASE 0xc0 macro 735 .base_reg = PLLU_BASE, 1155 CLK_SET_RATE_PARENT, clk_base + PLLU_BASE, in tegra124_pll_init()
|
D | clk-tegra20.c | 55 #define PLLU_BASE 0xc0 macro 373 .base_reg = PLLU_BASE,
|
D | clk-tegra30.c | 74 #define PLLU_BASE 0xc0 macro 479 .base_reg = PLLU_BASE,
|