Lines Matching refs:apll
396 int apll;
403 apll = etdm_data->mclk_apll;
404 apll_clk_id = mt8188_afe_get_mclk_source_clk_id(apll);
421 /* enable parent clock before select apll*/
424 /* select apll */
1308 /* apll */
2238 int apll;
2250 apll = mt8188_afe_get_default_mclk_source_by_rate(freq);
2252 apll = etdm_data->mclk_apll;
2254 apll_rate = mt8188_afe_get_mclk_source_rate(afe, apll);
2257 dev_err(afe->dev, "freq %d > apll rate %d\n", freq, apll_rate);
2262 dev_err(afe->dev, "APLL%d cannot generate freq Hz\n", apll);
2267 etdm_data->mclk_apll = apll;