Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __G450_PLL_H__
0003 #define __G450_PLL_H__
0004 
0005 #include "matroxfb_base.h"
0006 
0007 int matroxfb_g450_setclk(struct matrox_fb_info *minfo, unsigned int fout,
0008              unsigned int pll);
0009 unsigned int g450_mnp2f(const struct matrox_fb_info *minfo, unsigned int mnp);
0010 void matroxfb_g450_setpll_cond(struct matrox_fb_info *minfo, unsigned int mnp,
0011                    unsigned int pll);
0012 
0013 #endif  /* __G450_PLL_H__ */