apll_rate         796 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c 	int apll_rate;
apll_rate         811 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c 	apll_rate = mt8183_get_apll_rate(afe, apll);
apll_rate         813 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c 	if (freq > apll_rate) {
apll_rate         818 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c 	if (apll_rate % freq != 0) {
apll_rate         441 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c 	int apll_rate;
apll_rate         444 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c 	apll_rate = mt8183_get_apll_rate(afe, apll);
apll_rate         446 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c 	if (!freq || freq > apll_rate) {
apll_rate         452 sound/soc/mediatek/mt8183/mt8183-dai-tdm.c 	if (apll_rate % freq != 0) {