mt6797-afe-clk.h 453 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * mt6797-afe-clk.h -- Mediatek 6797 afe clock ctrl definition
  4. *
  5. * Copyright (c) 2018 MediaTek Inc.
  6. * Author: KaiChieh Chuang <[email protected]>
  7. */
  8. #ifndef _MT6797_AFE_CLK_H_
  9. #define _MT6797_AFE_CLK_H_
  10. struct mtk_base_afe;
  11. int mt6797_init_clock(struct mtk_base_afe *afe);
  12. int mt6797_afe_enable_clock(struct mtk_base_afe *afe);
  13. int mt6797_afe_disable_clock(struct mtk_base_afe *afe);
  14. #endif