Searched refs:pll11k_clk (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_utils.c | 93 * @pll11k_clk: PLL clock pointer for 11kHz 98 struct clk **pll11k_clk) in fsl_asoc_get_pll_clocks() 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() 116 * @pll11k_clk: PLL clock pointer for 11kHz 123 struct clk *pll11k_clk, u64 ratio) in fsl_asoc_reparent_pll_clocks() 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() 97 fsl_asoc_get_pll_clocks(struct device *dev, struct clk **pll8k_clk, struct clk **pll11k_clk) fsl_asoc_get_pll_clocks() argument 121 fsl_asoc_reparent_pll_clocks(struct device *dev, struct clk *clk, struct clk *pll8k_clk, struct clk *pll11k_clk, u64 ratio) fsl_asoc_reparent_pll_clocks() argument [all...] |
H A D | fsl_utils.h | 24 struct clk **pll11k_clk); 28 struct clk *pll11k_clk, u64 ratio);
|
H A D | fsl_sai.h | 282 struct clk *pll11k_clk; member
|
H A D | fsl_micfil.c | 47 struct clk *pll11k_clk; member 698 micfil->pll11k_clk, ratio); in fsl_micfil_reparent_rootclk() 1125 &micfil->pll11k_clk); in fsl_micfil_probe()
|
H A D | fsl_spdif.c | 123 * @pll11k_clk: PLL clock for the rate of multiply of 11kHz 150 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 D | fsl_sai.c | 224 sai->pll8k_clk, sai->pll11k_clk, freq); in fsl_sai_set_mclk_rate() 1378 &sai->pll11k_clk); in fsl_sai_probe()
|
Completed in 7 milliseconds