~ubuntu-branches/ubuntu/saucy/u-boot/saucy

« back to all changes in this revision

Viewing changes to arch/arm/include/asm/arch-omap3/mmc_host_def.h

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-05-01 18:07:19 UTC
  • mfrom: (16.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120501180719-rjntk3287im4a0ns
Tags: 2012.04.01-1
* New upstream version.
  - Update mipsel-native-endianness.diff.
  - Update no-error-on-set-but-unused-variables.diff (partially merged).
  - Drop kirkwood_spi-irq_mask.diff (merged).
  - Drop kirkwood-disable-l2c.diff (merged).

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
#define INDEX_MASK                      (0x3f << 24)
130
130
#define INDEX(i)                        (i << 24)
131
131
#define DATI_MASK                       (0x1 << 1)
132
 
#define DATI_CMDDIS                     (0x1 << 1)
 
132
#define CMDI_MASK                       (0x1 << 0)
133
133
#define DTW_1_BITMODE                   (0x0 << 1)
134
134
#define DTW_4_BITMODE                   (0x1 << 1)
135
135
#define DTW_8_BITMODE                   (0x1 << 5) /* CON[DW8]*/