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

Go to the source code of this file.

Macros

#define KS8695_SYS_OFFSET   (0xF0000 + 0x0000)
 
#define KS8695_SYS_VA   (KS8695_IO_VA + KS8695_SYS_OFFSET)
 
#define KS8695_SYS_PA   (KS8695_IO_PA + KS8695_SYS_OFFSET)
 
#define KS8695_SYSCFG   (0x00) /* System Configuration Register */
 
#define KS8695_CLKCON   (0x04) /* System Clock and Bus Control Register */
 
#define SYSCFG_SPRBP   (0x3ff << 16) /* Register Bank Base Pointer */
 
#define CLKCON_SFMODE   (1 << 8) /* System Fast Mode for Simulation */
 
#define CLKCON_SCDC   (7 << 0) /* System Clock Divider Select */
 

Macro Definition Documentation

#define CLKCON_SCDC   (7 << 0) /* System Clock Divider Select */

Definition at line 31 of file regs-sys.h.

#define CLKCON_SFMODE   (1 << 8) /* System Fast Mode for Simulation */

Definition at line 30 of file regs-sys.h.

#define KS8695_CLKCON   (0x04) /* System Clock and Bus Control Register */

Definition at line 23 of file regs-sys.h.

#define KS8695_SYS_OFFSET   (0xF0000 + 0x0000)

Definition at line 17 of file regs-sys.h.

#define KS8695_SYS_PA   (KS8695_IO_PA + KS8695_SYS_OFFSET)

Definition at line 19 of file regs-sys.h.

#define KS8695_SYS_VA   (KS8695_IO_VA + KS8695_SYS_OFFSET)

Definition at line 18 of file regs-sys.h.

#define KS8695_SYSCFG   (0x00) /* System Configuration Register */

Definition at line 22 of file regs-sys.h.

#define SYSCFG_SPRBP   (0x3ff << 16) /* Register Bank Base Pointer */

Definition at line 27 of file regs-sys.h.