Searched refs:mck_id (Results 1 – 2 of 2) sorted by relevance
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);
542 int mt8183_mck_enable(struct mtk_base_afe *afe, int mck_id, int rate) in mt8183_mck_enable() argument548 int m_sel_id = mck_div[mck_id].m_sel_id; in mt8183_mck_enable()549 int div_clk_id = mck_div[mck_id].div_clk_id; in mt8183_mck_enable()553 if (mck_id == MT8183_I2S5_MCK) in mt8183_mck_enable()602 void mt8183_mck_disable(struct mtk_base_afe *afe, int mck_id) in mt8183_mck_disable() argument605 int m_sel_id = mck_div[mck_id].m_sel_id; in mt8183_mck_disable()606 int div_clk_id = mck_div[mck_id].div_clk_id; in mt8183_mck_disable()609 if (mck_id == MT8183_I2S5_MCK) in mt8183_mck_disable()