~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/mach-spear3xx/include/mach/spear300.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#define SPEAR300_TELECOM_BASE           UL(0x50000000)
21
21
 
22
22
/* Interrupt registers offsets and masks */
23
 
#define INT_ENB_MASK_REG                0x54
24
 
#define INT_STS_MASK_REG                0x58
25
 
#define IT_PERS_S_IRQ_MASK              (1 << 0)
26
 
#define IT_CHANGE_S_IRQ_MASK            (1 << 1)
27
 
#define I2S_IRQ_MASK                    (1 << 2)
28
 
#define TDM_IRQ_MASK                    (1 << 3)
29
 
#define CAMERA_L_IRQ_MASK               (1 << 4)
30
 
#define CAMERA_F_IRQ_MASK               (1 << 5)
31
 
#define CAMERA_V_IRQ_MASK               (1 << 6)
32
 
#define KEYBOARD_IRQ_MASK               (1 << 7)
33
 
#define GPIO1_IRQ_MASK                  (1 << 8)
 
23
#define SPEAR300_INT_ENB_MASK_REG       0x54
 
24
#define SPEAR300_INT_STS_MASK_REG       0x58
 
25
#define SPEAR300_IT_PERS_S_IRQ_MASK     (1 << 0)
 
26
#define SPEAR300_IT_CHANGE_S_IRQ_MASK   (1 << 1)
 
27
#define SPEAR300_I2S_IRQ_MASK           (1 << 2)
 
28
#define SPEAR300_TDM_IRQ_MASK           (1 << 3)
 
29
#define SPEAR300_CAMERA_L_IRQ_MASK      (1 << 4)
 
30
#define SPEAR300_CAMERA_F_IRQ_MASK      (1 << 5)
 
31
#define SPEAR300_CAMERA_V_IRQ_MASK      (1 << 6)
 
32
#define SPEAR300_KEYBOARD_IRQ_MASK      (1 << 7)
 
33
#define SPEAR300_GPIO1_IRQ_MASK         (1 << 8)
34
34
 
35
 
#define SHIRQ_RAS1_MASK                 0x1FF
 
35
#define SPEAR300_SHIRQ_RAS1_MASK        0x1FF
36
36
 
37
37
#define SPEAR300_CLCD_BASE              UL(0x60000000)
38
38
#define SPEAR300_SDHCI_BASE             UL(0x70000000)