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

« back to all changes in this revision

Viewing changes to include/linux/mmc/dw_mmc.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:
98
98
 * EVENT_DATA_COMPLETE is set in @pending_events, all data-related
99
99
 * interrupts must be disabled and @data_status updated with a
100
100
 * snapshot of SR. Similarly, before EVENT_CMD_COMPLETE is set, the
101
 
 * CMDRDY interupt must be disabled and @cmd_status updated with a
 
101
 * CMDRDY interrupt must be disabled and @cmd_status updated with a
102
102
 * snapshot of SR, and before EVENT_XFER_COMPLETE can be set, the
103
103
 * bytes_xfered field of @data must be written. This is ensured by
104
104
 * using barriers.
172
172
#define DW_MCI_QUIRK_IDMAC_DTO                  BIT(0)
173
173
/* delay needed between retries on some 2.11a implementations */
174
174
#define DW_MCI_QUIRK_RETRY_DELAY                BIT(1)
175
 
/* High Speed Capable - Supports HS cards (upto 50MHz) */
 
175
/* High Speed Capable - Supports HS cards (up to 50MHz) */
176
176
#define DW_MCI_QUIRK_HIGHSPEED                  BIT(2)
177
177
/* Unreliable card detection */
178
178
#define DW_MCI_QUIRK_BROKEN_CARD_DETECTION      BIT(3)