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

Go to the source code of this file.

Macros

#define PVC_REG_100   KSEG1ADDR(0x1c820000)
 
#define PVC_DATA_SHIFT_100   0
 
#define PVC_DATA_M_100   0xFF
 
#define PVC_E_100   (1 << 8)
 
#define PVC_RW_100   (1 << 9)
 
#define PVC_RS_100   (1 << 10)
 
#define PVC_REG_200   KSEG1ADDR(0x11000000)
 
#define PVC_DATA_SHIFT_200   24
 
#define PVC_DATA_M_200   (0xFF << PVC_DATA_SHIFT_200)
 
#define PVC_E_200   (1 << 16)
 
#define PVC_RW_200   (1 << 17)
 
#define PVC_RS_200   (1 << 18)
 

Macro Definition Documentation

#define PVC_DATA_M_100   0xFF

Definition at line 4 of file picvue.h.

#define PVC_DATA_M_200   (0xFF << PVC_DATA_SHIFT_200)

Definition at line 12 of file picvue.h.

#define PVC_DATA_SHIFT_100   0

Definition at line 3 of file picvue.h.

#define PVC_DATA_SHIFT_200   24

Definition at line 11 of file picvue.h.

#define PVC_E_100   (1 << 8)

Definition at line 5 of file picvue.h.

#define PVC_E_200   (1 << 16)

Definition at line 13 of file picvue.h.

#define PVC_REG_100   KSEG1ADDR(0x1c820000)

Definition at line 2 of file picvue.h.

#define PVC_REG_200   KSEG1ADDR(0x11000000)

Definition at line 10 of file picvue.h.

#define PVC_RS_100   (1 << 10)

Definition at line 7 of file picvue.h.

#define PVC_RS_200   (1 << 18)

Definition at line 15 of file picvue.h.

#define PVC_RW_100   (1 << 9)

Definition at line 6 of file picvue.h.

#define PVC_RW_200   (1 << 17)

Definition at line 14 of file picvue.h.