Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
icst.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <asm/hardware/icst.h>

Go to the source code of this file.

Functions

 EXPORT_SYMBOL (icst307_s2div)
 
 EXPORT_SYMBOL (icst525_s2div)
 
unsigned long icst_hz (const struct icst_params *p, struct icst_vco vco)
 
 EXPORT_SYMBOL (icst_hz)
 
 EXPORT_SYMBOL (icst307_idx2s)
 
 EXPORT_SYMBOL (icst525_idx2s)
 
struct icst_vco icst_hz_to_vco (const struct icst_params *p, unsigned long freq)
 
 EXPORT_SYMBOL (icst_hz_to_vco)
 

Variables

const unsigned char icst307_s2div [8] = { 10, 2, 8, 4, 5, 7, 3, 6 }
 
const unsigned char icst525_s2div [8] = { 10, 2, 8, 4, 5, 7, 9, 6 }
 
const unsigned char icst307_idx2s [8] = { 1, 6, 3, 4, 7, 5, 2, 0 }
 
const unsigned char icst525_idx2s [8] = { 1, 3, 4, 7, 5, 2, 6, 0 }
 

Function Documentation

EXPORT_SYMBOL ( icst307_s2div  )
EXPORT_SYMBOL ( icst525_s2div  )
EXPORT_SYMBOL ( icst_hz  )
EXPORT_SYMBOL ( icst307_idx2s  )
EXPORT_SYMBOL ( icst525_idx2s  )
EXPORT_SYMBOL ( icst_hz_to_vco  )
unsigned long icst_hz ( const struct icst_params p,
struct icst_vco  vco 
)

Definition at line 30 of file icst.c.

struct icst_vco icst_hz_to_vco ( const struct icst_params p,
unsigned long  freq 
)
read

Definition at line 46 of file icst.c.

Variable Documentation

const unsigned char icst307_idx2s[8] = { 1, 6, 3, 4, 7, 5, 2, 0 }

Definition at line 40 of file icst.c.

const unsigned char icst307_s2div[8] = { 10, 2, 8, 4, 5, 7, 3, 6 }

Definition at line 25 of file icst.c.

const unsigned char icst525_idx2s[8] = { 1, 3, 4, 7, 5, 2, 6, 0 }

Definition at line 41 of file icst.c.

const unsigned char icst525_s2div[8] = { 10, 2, 8, 4, 5, 7, 9, 6 }

Definition at line 26 of file icst.c.