Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pll.h File Reference

Go to the source code of this file.

Functions

int nv04_pll_calc (struct nouveau_clock *, struct nvbios_pll *, u32 freq, int *N1, int *M1, int *N2, int *M2, int *P)
 
int nva3_pll_calc (struct nouveau_clock *, struct nvbios_pll *, u32 freq, int *N, int *fN, int *M, int *P)
 

Function Documentation

int nv04_pll_calc ( struct nouveau_clock ,
struct nvbios_pll ,
u32  freq,
int N1,
int M1,
int N2,
int M2,
int P 
)

Definition at line 226 of file pllnv04.c.

int nva3_pll_calc ( struct nouveau_clock ,
struct nvbios_pll ,
u32  freq,
int N,
int fN,
int M,
int P 
)

Definition at line 32 of file pllnva3.c.