162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * mt6797-afe-clk.h -- Mediatek 6797 afe clock ctrl definition 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Copyright (c) 2018 MediaTek Inc. 662306a36Sopenharmony_ci * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com> 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#ifndef _MT6797_AFE_CLK_H_ 1062306a36Sopenharmony_ci#define _MT6797_AFE_CLK_H_ 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_cistruct mtk_base_afe; 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ciint mt6797_init_clock(struct mtk_base_afe *afe); 1562306a36Sopenharmony_ciint mt6797_afe_enable_clock(struct mtk_base_afe *afe); 1662306a36Sopenharmony_ciint mt6797_afe_disable_clock(struct mtk_base_afe *afe); 1762306a36Sopenharmony_ci#endif 18