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

/linux-master/sound/soc/fsl/
H A Dfsl_utils.h24 struct clk **pll11k_clk);
28 struct clk *pll11k_clk, u64 ratio);
H A Dfsl_utils.c93 * @pll11k_clk: PLL clock pointer for 11kHz
98 struct clk **pll11k_clk)
104 *pll11k_clk = devm_clk_get(dev, "pll11k");
105 if (IS_ERR(*pll11k_clk))
106 *pll11k_clk = NULL;
116 * @pll11k_clk: PLL clock pointer for 11kHz
123 struct clk *pll11k_clk, u64 ratio)
129 if (!clk || !pll8k_clk || !pll11k_clk)
133 while (p && pll8k_clk && pll11k_clk) {
137 clk_is_match(pp, pll11k_clk)) {
97 fsl_asoc_get_pll_clocks(struct device *dev, struct clk **pll8k_clk, struct clk **pll11k_clk) argument
121 fsl_asoc_reparent_pll_clocks(struct device *dev, struct clk *clk, struct clk *pll8k_clk, struct clk *pll11k_clk, u64 ratio) argument
[all...]
H A Dfsl_sai.h282 struct clk *pll11k_clk; member in struct:fsl_sai
H A Dfsl_micfil.c47 struct clk *pll11k_clk; member in struct:fsl_micfil
698 micfil->pll11k_clk, ratio);
1125 &micfil->pll11k_clk);
H A Dfsl_spdif.c121 * @pll11k_clk: PLL clock for the rate of multiply of 11kHz
148 struct clk *pll11k_clk; member in struct:fsl_spdif_priv
691 spdif_priv->pll11k_clk, sample_rate);
1615 &spdif_priv->pll11k_clk);
H A Dfsl_sai.c223 sai->pll8k_clk, sai->pll11k_clk, freq);
1377 &sai->pll11k_clk);

Completed in 125 milliseconds