1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2018 BayLibre, SAS.
4 * Author: Jerome Brunet <jbrunet@baylibre.com>
7 #ifndef __MESON_CLKC_AUDIO_H
8 #define __MESON_CLKC_AUDIO_H
12 struct meson_clk_triphase_data
{
18 struct meson_sclk_div_data
{
21 unsigned int cached_div
;
22 struct clk_duty cached_duty
;
25 extern const struct clk_ops meson_clk_triphase_ops
;
26 extern const struct clk_ops meson_sclk_div_ops
;
28 #endif /* __MESON_CLKC_AUDIO_H */