Searched refs:apll_clk_id (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-afe-clk.c546 int apll_clk_id = apll == MT8183_APLL1 ? local
565 afe_priv->clk[apll_clk_id]);
569 aud_clks[apll_clk_id], ret);
/linux-master/sound/soc/mediatek/mt8192/
H A Dmt8192-afe-clk.c566 int apll_clk_id = apll == MT8192_APLL1 ? local
581 afe_priv->clk[apll_clk_id]);
585 aud_clks[apll_clk_id], ret);
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-clk.c544 int apll_clk_id = apll == MT8186_APLL1 ? local
559 afe_priv->clk[apll_clk_id]);
563 aud_clks[apll_clk_id], ret);
/linux-master/sound/soc/mediatek/mt8195/
H A Dmt8195-dai-etdm.c1918 int apll_clk_id; local
1942 apll_clk_id = mt8195_afe_get_mclk_source_clk_id(apll);
1943 if (apll_clk_id < 0)
1944 return apll_clk_id;
1948 afe_priv->clk[apll_clk_id]);
/linux-master/sound/soc/mediatek/mt8188/
H A Dmt8188-dai-etdm.c395 int apll_clk_id; local
404 apll_clk_id = mt8188_afe_get_mclk_source_clk_id(apll);
409 if (apll_clk_id < 0)
410 return apll_clk_id;
426 afe_priv->clk[apll_clk_id]);

Completed in 216 milliseconds