Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (c) 2019 BayLibre, SAS.
0004  * Author: Jerome Brunet <jbrunet@baylibre.com>
0005  */
0006 
0007 #ifndef __MESON_VID_PLL_DIV_H
0008 #define __MESON_VID_PLL_DIV_H
0009 
0010 #include <linux/clk-provider.h>
0011 #include "parm.h"
0012 
0013 struct meson_vid_pll_div_data {
0014     struct parm val;
0015     struct parm sel;
0016 };
0017 
0018 extern const struct clk_ops meson_vid_pll_div_ro_ops;
0019 
0020 #endif /* __MESON_VID_PLL_DIV_H */