Lines Matching refs:mtk_base_afe
20 struct mtk_base_afe;
22 int mt8183_init_clock(struct mtk_base_afe *afe);
23 int mt8183_afe_enable_clock(struct mtk_base_afe *afe);
24 int mt8183_afe_disable_clock(struct mtk_base_afe *afe);
26 int mt8183_apll1_enable(struct mtk_base_afe *afe);
27 void mt8183_apll1_disable(struct mtk_base_afe *afe);
29 int mt8183_apll2_enable(struct mtk_base_afe *afe);
30 void mt8183_apll2_disable(struct mtk_base_afe *afe);
32 int mt8183_get_apll_rate(struct mtk_base_afe *afe, int apll);
33 int mt8183_get_apll_by_rate(struct mtk_base_afe *afe, int rate);
34 int mt8183_get_apll_by_name(struct mtk_base_afe *afe, const char *name);
36 int mt8183_mck_enable(struct mtk_base_afe *afe, int mck_id, int rate);
37 void mt8183_mck_disable(struct mtk_base_afe *afe, int mck_id);