Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
g450_pll.c File Reference
#include "g450_pll.h"
#include "matroxfb_DAC1064.h"

Go to the source code of this file.

Macros

#define NO_MORE_MNP   0x01FFFFFF
 
#define G450_MNP_FREQBITS   (0xFFFFFF43) /* do not mask high byte so we'll catch NO_MORE_MNP */
 
#define MNP_TABLE_SIZE   64
 

Functions

unsigned int g450_mnp2f (const struct matrox_fb_info *minfo, unsigned int mnp)
 
void matroxfb_g450_setpll_cond (struct matrox_fb_info *minfo, unsigned int mnp, unsigned int pll)
 
int matroxfb_g450_setclk (struct matrox_fb_info *minfo, unsigned int fout, unsigned int pll)
 
 EXPORT_SYMBOL (matroxfb_g450_setclk)
 
 EXPORT_SYMBOL (g450_mnp2f)
 
 EXPORT_SYMBOL (matroxfb_g450_setpll_cond)
 
 MODULE_AUTHOR ("(c) 2001-2002 Petr Vandrovec <[email protected]>")
 
 MODULE_DESCRIPTION ("Matrox G450/G550 PLL driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define G450_MNP_FREQBITS   (0xFFFFFF43) /* do not mask high byte so we'll catch NO_MORE_MNP */

Definition at line 53 of file g450_pll.c.

#define MNP_TABLE_SIZE   64

Definition at line 514 of file g450_pll.c.

#define NO_MORE_MNP   0x01FFFFFF

Definition at line 52 of file g450_pll.c.

Function Documentation

EXPORT_SYMBOL ( matroxfb_g450_setclk  )
EXPORT_SYMBOL ( g450_mnp2f  )
EXPORT_SYMBOL ( matroxfb_g450_setpll_cond  )
unsigned int g450_mnp2f ( const struct matrox_fb_info minfo,
unsigned int  mnp 
)

Definition at line 38 of file g450_pll.c.

int matroxfb_g450_setclk ( struct matrox_fb_info minfo,
unsigned int  fout,
unsigned int  pll 
)

Definition at line 516 of file g450_pll.c.

void matroxfb_g450_setpll_cond ( struct matrox_fb_info minfo,
unsigned int  mnp,
unsigned int  pll 
)

Definition at line 245 of file g450_pll.c.

MODULE_AUTHOR ( "(c) 2001-2002 Petr Vandrovec <[email protected]>"  )
MODULE_DESCRIPTION ( "Matrox G450/G550 PLL driver )
MODULE_LICENSE ( "GPL"  )