Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/fsl/
H A 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()
H A Dfsl_utils.h24 struct clk **pll11k_clk);
28 struct clk *pll11k_clk, u64 ratio);
H A Dfsl_micfil.c54 struct clk *pll11k_clk; member
758 micfil->pll11k_clk, ratio); in fsl_micfil_reparent_rootclk()
1200 &micfil->pll11k_clk); in fsl_micfil_probe()
1203 micfil->clk_src[MICFIL_AUDIO_PLL2] = micfil->pll11k_clk; in fsl_micfil_probe()
H A Dfsl_sai.h283 struct clk *pll11k_clk; member
H A Dfsl_spdif.c150 struct clk *pll11k_clk; member
693 spdif_priv->pll11k_clk, sample_rate); in spdif_reparent_rootclk()
1617 &spdif_priv->pll11k_clk); in fsl_spdif_probe()
H A Dfsl_sai.c224 sai->pll8k_clk, sai->pll11k_clk, freq); in fsl_sai_set_mclk_rate()
1381 &sai->pll11k_clk); in fsl_sai_probe()