18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * mt6797-afe-clk.h -- Mediatek 6797 afe clock ctrl definition 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (c) 2018 MediaTek Inc. 68c2ecf20Sopenharmony_ci * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com> 78c2ecf20Sopenharmony_ci */ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#ifndef _MT6797_AFE_CLK_H_ 108c2ecf20Sopenharmony_ci#define _MT6797_AFE_CLK_H_ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_cistruct mtk_base_afe; 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ciint mt6797_init_clock(struct mtk_base_afe *afe); 158c2ecf20Sopenharmony_ciint mt6797_afe_enable_clock(struct mtk_base_afe *afe); 168c2ecf20Sopenharmony_ciint mt6797_afe_disable_clock(struct mtk_base_afe *afe); 178c2ecf20Sopenharmony_ci#endif 18