Home
last modified time | relevance | path

Searched refs:pll11k_clk (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/sound/soc/fsl/
Dfsl_utils.c98 struct clk **pll11k_clk) in fsl_asoc_get_pll_clocks() argument
104 *pll11k_clk = devm_clk_get(dev, "pll11k"); in fsl_asoc_get_pll_clocks()
105 if (IS_ERR(*pll11k_clk)) in fsl_asoc_get_pll_clocks()
106 *pll11k_clk = NULL; in fsl_asoc_get_pll_clocks()
123 struct clk *pll11k_clk, u64 ratio) in fsl_asoc_reparent_pll_clocks() argument
129 if (!clk || !pll8k_clk || !pll11k_clk) in fsl_asoc_reparent_pll_clocks()
133 while (p && pll8k_clk && pll11k_clk) { in fsl_asoc_reparent_pll_clocks()
137 clk_is_match(pp, pll11k_clk)) { in fsl_asoc_reparent_pll_clocks()
144 npll = (do_div(ratio, 8000) ? pll11k_clk : pll8k_clk); in fsl_asoc_reparent_pll_clocks()
Dfsl_utils.h24 struct clk **pll11k_clk);
28 struct clk *pll11k_clk, u64 ratio);
Dfsl_micfil.c47 struct clk *pll11k_clk; member
302 micfil->pll11k_clk, ratio); in fsl_micfil_reparent_rootclk()
642 &micfil->pll11k_clk); in fsl_micfil_probe()
Dfsl_sai.h278 struct clk *pll11k_clk; member
Dfsl_spdif.c150 struct clk *pll11k_clk; member
689 spdif_priv->pll11k_clk, sample_rate); in spdif_reparent_rootclk()
1612 &spdif_priv->pll11k_clk); in fsl_spdif_probe()
Dfsl_sai.c224 sai->pll8k_clk, sai->pll11k_clk, freq); in fsl_sai_set_mclk_rate()
1346 &sai->pll11k_clk); in fsl_sai_probe()