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

Go to the source code of this file.

Macros

#define PNX8550_CM_BASE   0xBBE47000
 
#define PNX8550_CM_PLL0_CTL   *(volatile unsigned long *)(PNX8550_CM_BASE + 0x000)
 
#define PNX8550_CM_PLL1_CTL   *(volatile unsigned long *)(PNX8550_CM_BASE + 0x004)
 
#define PNX8550_CM_PLL2_CTL   *(volatile unsigned long *)(PNX8550_CM_BASE + 0x008)
 
#define PNX8550_CM_PLL3_CTL   *(volatile unsigned long *)(PNX8550_CM_BASE + 0x00C)
 
#define PNX8550_CM_PLL_BLOCKED_MASK   0x80000000
 
#define PNX8550_CM_PLL_LOCK_MASK   0x40000000
 
#define PNX8550_CM_PLL_CURRENT_ADJ_MASK   0x3c000000
 
#define PNX8550_CM_PLL_N_MASK   0x01ff0000
 
#define PNX8550_CM_PLL_M_MASK   0x00003f00
 
#define PNX8550_CM_PLL_P_MASK   0x0000000c
 
#define PNX8550_CM_PLL_PD_MASK   0x00000002
 

Macro Definition Documentation

#define PNX8550_CM_BASE   0xBBE47000

Definition at line 25 of file cm.h.

#define PNX8550_CM_PLL0_CTL   *(volatile unsigned long *)(PNX8550_CM_BASE + 0x000)

Definition at line 27 of file cm.h.

#define PNX8550_CM_PLL1_CTL   *(volatile unsigned long *)(PNX8550_CM_BASE + 0x004)

Definition at line 28 of file cm.h.

#define PNX8550_CM_PLL2_CTL   *(volatile unsigned long *)(PNX8550_CM_BASE + 0x008)

Definition at line 29 of file cm.h.

#define PNX8550_CM_PLL3_CTL   *(volatile unsigned long *)(PNX8550_CM_BASE + 0x00C)

Definition at line 30 of file cm.h.

#define PNX8550_CM_PLL_BLOCKED_MASK   0x80000000

Definition at line 34 of file cm.h.

#define PNX8550_CM_PLL_CURRENT_ADJ_MASK   0x3c000000

Definition at line 36 of file cm.h.

#define PNX8550_CM_PLL_LOCK_MASK   0x40000000

Definition at line 35 of file cm.h.

#define PNX8550_CM_PLL_M_MASK   0x00003f00

Definition at line 38 of file cm.h.

#define PNX8550_CM_PLL_N_MASK   0x01ff0000

Definition at line 37 of file cm.h.

#define PNX8550_CM_PLL_P_MASK   0x0000000c

Definition at line 39 of file cm.h.

#define PNX8550_CM_PLL_PD_MASK   0x00000002

Definition at line 40 of file cm.h.