Lines Matching refs:clk_base

148 static void __iomem *clk_base;  variable
816 clk = tegra_clk_register_pll("pll_c", "pll_ref", clk_base, pmc_base, 0, in tegra30_pll_init()
822 clk_base + PLLC_OUT, 0, TEGRA_DIVIDER_ROUND_UP, in tegra30_pll_init()
825 clk_base + PLLC_OUT, 1, 0, CLK_SET_RATE_PARENT, in tegra30_pll_init()
830 clk = tegra_clk_register_pll("pll_m", "pll_ref", clk_base, pmc_base, in tegra30_pll_init()
836 clk_base + PLLM_OUT, 0, TEGRA_DIVIDER_ROUND_UP, in tegra30_pll_init()
839 clk_base + PLLM_OUT, 1, 0, in tegra30_pll_init()
844 clk = tegra_clk_register_pll("pll_x", "pll_ref", clk_base, pmc_base, 0, in tegra30_pll_init()
854 clk = tegra_clk_register_pllu("pll_u", "pll_ref", clk_base, 0, in tegra30_pll_init()
859 clk = tegra_clk_register_pll("pll_d", "pll_ref", clk_base, pmc_base, 0, in tegra30_pll_init()
869 clk = tegra_clk_register_pll("pll_d2", "pll_ref", clk_base, pmc_base, 0, in tegra30_pll_init()
882 clk_base + PLLE_AUX, 2, 1, 0, NULL); in tegra30_pll_init()
883 clk = tegra_clk_register_plle("pll_e", "pll_e_mux", clk_base, pmc_base, in tegra30_pll_init()
908 clk_base + SUPER_CCLKG_DIVIDER, 0, in tegra30_super_clk_init()
917 clk_base + SUPER_CCLKG_DIVIDER, 0, in tegra30_super_clk_init()
926 clk_base + SUPER_CCLKG_DIVIDER, 0, in tegra30_super_clk_init()
934 clk_base + CCLKG_BURST_POLICY, in tegra30_super_clk_init()
943 clk_base + SUPER_CCLKLP_DIVIDER, 0, in tegra30_super_clk_init()
952 clk_base + SUPER_CCLKLP_DIVIDER, 0, in tegra30_super_clk_init()
961 clk_base + SUPER_CCLKLP_DIVIDER, 0, in tegra30_super_clk_init()
969 clk_base + CCLKLP_BURST_POLICY, in tegra30_super_clk_init()
978 clk_base + SCLK_BURST_POLICY, in tegra30_super_clk_init()
987 tegra_super_clk_gen4_init(clk_base, pmc_base, tegra30_clks, NULL); in tegra30_super_clk_init()
1026 clk = tegra_clk_register_periph_gate("dsia", "pll_d_out0", 0, clk_base, in tegra30_periph_clk_init()
1031 clk = tegra_clk_register_periph_gate("pcie", "clk_m", 0, clk_base, 0, in tegra30_periph_clk_init()
1036 clk = tegra_clk_register_periph_gate("afi", "clk_m", 0, clk_base, 0, 72, in tegra30_periph_clk_init()
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()
1050 clk = clk_register_gate(NULL, "cml0", "pll_e", 0, clk_base + PLLE_AUX, in tegra30_periph_clk_init()
1055 clk = clk_register_gate(NULL, "cml1", "pll_e", 0, clk_base + PLLE_AUX, in tegra30_periph_clk_init()
1061 clk = tegra_clk_register_periph_data(clk_base, data); in tegra30_periph_clk_init()
1070 clk_base, data->offset); in tegra30_periph_clk_init()
1074 tegra_periph_clk_init(clk_base, pmc_base, tegra30_clks, &pll_p_params); in tegra30_periph_clk_init()
1083 reg = readl(clk_base + in tegra30_wait_cpu_in_reset()
1094 clk_base + TEGRA_CLK_RST_CONTROLLER_RST_CPU_CMPLX_SET); in tegra30_put_cpu_in_reset()
1101 clk_base + TEGRA_CLK_RST_CONTROLLER_RST_CPU_CMPLX_CLR); in tegra30_cpu_out_of_reset()
1108 clk_base + TEGRA30_CLK_RST_CONTROLLER_CLK_CPU_CMPLX_CLR); in tegra30_enable_cpu_clock()
1109 readl(clk_base + TEGRA30_CLK_RST_CONTROLLER_CLK_CPU_CMPLX_CLR); in tegra30_enable_cpu_clock()
1116 reg = readl(clk_base + TEGRA_CLK_RST_CONTROLLER_CLK_CPU_CMPLX); in tegra30_disable_cpu_clock()
1118 clk_base + TEGRA_CLK_RST_CONTROLLER_CLK_CPU_CMPLX); in tegra30_disable_cpu_clock()
1127 cpu_rst_status = readl(clk_base + in tegra30_cpu_rail_off_ready()
1143 readl(clk_base + CLK_RESET_SOURCE_CSITE); in tegra30_cpu_clock_suspend()
1144 writel(3 << 30, clk_base + CLK_RESET_SOURCE_CSITE); in tegra30_cpu_clock_suspend()
1147 readl(clk_base + CLK_RESET_CCLK_BURST); in tegra30_cpu_clock_suspend()
1149 readl(clk_base + CLK_RESET_PLLX_BASE); in tegra30_cpu_clock_suspend()
1151 readl(clk_base + CLK_RESET_PLLX_MISC); in tegra30_cpu_clock_suspend()
1153 readl(clk_base + CLK_RESET_CCLK_DIVIDER); in tegra30_cpu_clock_suspend()
1162 reg = readl(clk_base + CLK_RESET_CCLK_BURST); in tegra30_cpu_clock_resume()
1173 misc = readl_relaxed(clk_base + CLK_RESET_PLLX_MISC); in tegra30_cpu_clock_resume()
1174 base = readl_relaxed(clk_base + CLK_RESET_PLLX_BASE); in tegra30_cpu_clock_resume()
1180 clk_base + CLK_RESET_PLLX_MISC); in tegra30_cpu_clock_resume()
1182 clk_base + CLK_RESET_PLLX_BASE); in tegra30_cpu_clock_resume()
1195 clk_base + CLK_RESET_CCLK_DIVIDER); in tegra30_cpu_clock_resume()
1197 clk_base + CLK_RESET_CCLK_BURST); in tegra30_cpu_clock_resume()
1200 clk_base + CLK_RESET_SOURCE_CSITE); in tegra30_cpu_clock_resume()
1321 clk_base = of_iomap(np, 0); in tegra30_clock_init()
1322 if (!clk_base) { in tegra30_clock_init()
1339 clks = tegra_clk_init(clk_base, TEGRA30_CLK_CLK_MAX, in tegra30_clock_init()
1344 if (tegra_osc_clk_init(clk_base, tegra30_clks, tegra30_input_freq, in tegra30_clock_init()
1353 tegra_audio_clk_init(clk_base, pmc_base, tegra30_clks, in tegra30_clock_init()