brintos

brintos / linux-shallow public Read only

0
0
Text · 453 B · a6f0cb5 Raw
18 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * mt6797-afe-clk.h  --  Mediatek 6797 afe clock ctrl definition4 *5 * Copyright (c) 2018 MediaTek Inc.6 * Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>7 */8 9#ifndef _MT6797_AFE_CLK_H_10#define _MT6797_AFE_CLK_H_11 12struct mtk_base_afe;13 14int mt6797_init_clock(struct mtk_base_afe *afe);15int mt6797_afe_enable_clock(struct mtk_base_afe *afe);16int mt6797_afe_disable_clock(struct mtk_base_afe *afe);17#endif18