Home
last modified time | relevance | path

Searched refs:pll8k_clk (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/sound/soc/fsl/
H A Dfsl_utils.c100 *pll8k_clk = devm_clk_get(dev, "pll8k"); in fsl_asoc_get_pll_clocks()
101 if (IS_ERR(*pll8k_clk)) in fsl_asoc_get_pll_clocks()
102 *pll8k_clk = NULL; in fsl_asoc_get_pll_clocks()
122 struct clk *pll8k_clk, 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()
136 if (clk_is_match(pp, pll8k_clk) || in fsl_asoc_reparent_pll_clocks()
144 npll = (do_div(ratio, 8000) ? pll11k_clk : pll8k_clk); in fsl_asoc_reparent_pll_clocks()
169 struct clk *pll8k_clk, struct clk *pll11k_clk, in fsl_asoc_constrain_rates() argument
176 if (pll8k_clk || pll11k_clk || ext_clk) { in fsl_asoc_constrain_rates()
[all …]
H A Dfsl_utils.h23 void fsl_asoc_get_pll_clocks(struct device *dev, struct clk **pll8k_clk,
27 struct clk *pll8k_clk,
32 struct clk *pll8k_clk, struct clk *pll11k_clk,
H A Dfsl_xcvr.c47 struct clk *pll8k_clk; member
453 xcvr->pll8k_clk, xcvr->pll11k_clk, freq); in fsl_xcvr_en_aud_pll()
1553 fsl_asoc_get_pll_clocks(dev, &xcvr->pll8k_clk, in fsl_xcvr_probe()
1557 if (!(xcvr->pll8k_clk || xcvr->pll11k_clk)) in fsl_xcvr_probe()
1558 xcvr->pll8k_clk = xcvr->phy_clk; in fsl_xcvr_probe()
1561 xcvr->pll8k_clk, xcvr->pll11k_clk, NULL, in fsl_xcvr_probe()
H A Dfsl_micfil.c63 struct clk *pll8k_clk; member
768 fsl_asoc_reparent_pll_clocks(dev, clk, micfil->pll8k_clk, in fsl_micfil_reparent_rootclk()
1317 fsl_asoc_get_pll_clocks(&pdev->dev, &micfil->pll8k_clk, in fsl_micfil_probe()
1320 micfil->clk_src[MICFIL_AUDIO_PLL1] = micfil->pll8k_clk; in fsl_micfil_probe()
H A Dfsl_sai.h283 struct clk *pll8k_clk; member
H A Dfsl_spdif.c147 struct clk *pll8k_clk; member
690 fsl_asoc_reparent_pll_clocks(&pdev->dev, clk, spdif_priv->pll8k_clk, in spdif_reparent_rootclk()
1614 fsl_asoc_get_pll_clocks(&pdev->dev, &spdif_priv->pll8k_clk, in fsl_spdif_probe()
H A Dfsl_sai.c223 sai->pll8k_clk, sai->pll11k_clk, freq); in fsl_sai_set_mclk_rate()
1442 fsl_asoc_get_pll_clocks(&pdev->dev, &sai->pll8k_clk, in fsl_sai_probe()
1447 sai->pll8k_clk, sai->pll11k_clk, NULL, in fsl_sai_probe()