Searched refs:alt_parent (Results 1 – 3 of 3) sorted by relevance
58 struct clk *alt_parent; member136 alt_prate = clk_get_rate(cpuclk->alt_parent); in rockchip_cpuclk_pre_rate_change()285 cpuclk->alt_parent = __clk_lookup(parent_names[reg_data->mux_core_alt]); in rockchip_clk_register_cpuclk()286 if (!cpuclk->alt_parent) { in rockchip_clk_register_cpuclk()293 ret = clk_prepare_enable(cpuclk->alt_parent); in rockchip_clk_register_cpuclk()341 clk_disable_unprepare(cpuclk->alt_parent); in rockchip_clk_register_cpuclk()
49 const struct clk_hw *alt_parent; member67 const struct clk_hw *parent, const struct clk_hw *alt_parent,
153 unsigned long alt_prate = clk_hw_get_rate(cpuclk->alt_parent); in exynos_cpuclk_pre_rate_change()281 unsigned long alt_prate = clk_hw_get_rate(cpuclk->alt_parent); in exynos5433_cpuclk_pre_rate_change()405 const struct clk_hw *parent, const struct clk_hw *alt_parent, in exynos_register_cpu_clock() argument414 if (IS_ERR(parent) || IS_ERR(alt_parent)) { in exynos_register_cpu_clock()431 cpuclk->alt_parent = alt_parent; in exynos_register_cpu_clock()