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

« back to all changes in this revision

Viewing changes to arch/sh/include/mach-common/mach/r2d.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:
18
18
#define PA_DISPCTL      0xa4000008      /* Display Timing control */
19
19
#define PA_SDMPOW       0xa400000a      /* SD Power control */
20
20
#define PA_RTCCE        0xa400000c      /* RTC(9701) Enable control */
21
 
#define PA_PCICD        0xa400000e      /* PCI Extention detect control */
 
21
#define PA_PCICD        0xa400000e      /* PCI Extension detect control */
22
22
#define PA_VOYAGERRTS   0xa4000020      /* VOYAGER Reset control */
23
23
 
24
24
#define PA_R2D1_AXRST           0xa4000022      /* AX_LAN Reset control */
25
25
#define PA_R2D1_CFRST           0xa4000024      /* CF Reset control */
26
26
#define PA_R2D1_ADMRTS          0xa4000026      /* SD Reset control */
27
 
#define PA_R2D1_EXTRST          0xa4000028      /* Extention Reset control */
 
27
#define PA_R2D1_EXTRST          0xa4000028      /* Extension Reset control */
28
28
#define PA_R2D1_CFCDINTCLR      0xa400002a      /* CF Insert Interrupt clear */
29
29
 
30
30
#define PA_R2DPLUS_CFRST        0xa4000022      /* CF Reset control */
31
31
#define PA_R2DPLUS_ADMRTS       0xa4000024      /* SD Reset control */
32
 
#define PA_R2DPLUS_EXTRST       0xa4000026      /* Extention Reset control */
 
32
#define PA_R2DPLUS_EXTRST       0xa4000026      /* Extension Reset control */
33
33
#define PA_R2DPLUS_CFCDINTCLR   0xa4000028      /* CF Insert Interrupt clear */
34
34
#define PA_R2DPLUS_KEYCTLCLR    0xa400002a      /* Key Interrupt clear */
35
35