Home
last modified time | relevance | path

Searched refs:clk_is_match (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/sound/soc/fsl/
H A Dfsl_utils.c136 if (clk_is_match(pp, pll8k_clk) || in fsl_asoc_reparent_pll_clocks()
137 clk_is_match(pp, pll11k_clk)) { in fsl_asoc_reparent_pll_clocks()
145 reparent = (pll && !clk_is_match(pll, npll)); in fsl_asoc_reparent_pll_clocks()
H A Dfsl_rpmsg.c53 if (clk_is_match(pp, rpmsg->pll8k) || in fsl_rpmsg_hw_params()
54 clk_is_match(pp, rpmsg->pll11k)) { in fsl_rpmsg_hw_params()
64 if (!clk_is_match(pll, npll)) { in fsl_rpmsg_hw_params()
H A Dfsl_spdif.c1432 bool is_sysclk = clk_is_match(clk, spdif_priv->sysclk); in fsl_spdif_txclk_caldiv()
1525 if (clk_is_match(spdif_priv->txclk[spdif_priv->txclk_src[index]], spdif_priv->sysclk)) in fsl_spdif_probe_txclk()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Drgb.c130 if (!clk_is_match(rgb->clk_parent, rgb->pll_d_out0) && in tegra_rgb_pll_rate_change_allowed()
131 !clk_is_match(rgb->clk_parent, rgb->pll_d2_out0)) in tegra_rgb_pll_rate_change_allowed()
/openbmc/linux/include/linux/
H A Dclk.h184 bool clk_is_match(const struct clk *p, const struct clk *q);
267 static inline bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() function
/openbmc/linux/arch/arm/mach-imx/
H A Dmach-imx6q.c118 clksel = clk_is_match(ptp_clk, enet_ref) ? in imx6q_1588_init()
/openbmc/linux/drivers/cpufreq/
H A Darmada-8k-cpufreq.c64 if (clk_is_match(clk, cur_clk)) in armada_8k_get_sharing_cpus()
H A Dqoriq-cpufreq.c99 if (clk_is_match(policy->clk, clk)) in set_affected_cpus()
/openbmc/linux/drivers/clk/
H A Dclk_test.c512 KUNIT_EXPECT_TRUE(test, clk_is_match(clk_get_parent(clk), parent)); in clk_test_multiple_parents_mux_get_parent()
564 KUNIT_ASSERT_TRUE(test, clk_is_match(clk_get_parent(clk), parent1)); in clk_test_multiple_parents_mux_set_range_set_parent_get_rate()
692 KUNIT_EXPECT_TRUE(test, clk_is_match(parent, new_parent)); in clk_test_orphan_transparent_multiple_parent_mux_set_parent()
1016 KUNIT_EXPECT_TRUE(test, clk_is_match(clk_get_parent(clk), parent)); in clk_test_single_parent_mux_get_parent()
2493 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_round_rate()
2530 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_set_rate()
H A Dclk.c3248 bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() function
3261 EXPORT_SYMBOL_GPL(clk_is_match);
/openbmc/linux/sound/soc/kirkwood/
H A Dkirkwood-i2s.c693 if (clk_is_match(priv->extclk, priv->clk)) { in kirkwood_i2s_dev_probe()
/openbmc/linux/drivers/bluetooth/
H A Dhci_bcm.c1113 if (dev->lpo_clk && clk_is_match(dev->lpo_clk, dev->txco_clk)) { in bcm_get_resources()