Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * mt6797-afe-clk.h  --  Mediatek 6797 afe clock ctrl definition
0004  *
0005  * Copyright (c) 2018 MediaTek Inc.
0006  * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
0007  */
0008 
0009 #ifndef _MT6797_AFE_CLK_H_
0010 #define _MT6797_AFE_CLK_H_
0011 
0012 struct mtk_base_afe;
0013 
0014 int mt6797_init_clock(struct mtk_base_afe *afe);
0015 int mt6797_afe_enable_clock(struct mtk_base_afe *afe);
0016 int mt6797_afe_disable_clock(struct mtk_base_afe *afe);
0017 #endif