aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/protocol.h
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2007-02-17 16:15:27 -0500
committerPierre Ossman <drzeus@drzeus.cx>2007-05-01 07:04:15 -0400
commit85a18ad93ec66888d85758630019b10a84257f3c (patch)
tree46b1b7f72a8d4baac51916ca4ea09884ed043822 /include/linux/mmc/protocol.h
parentde85989511f3a0e15b04d18582b23d428d6ddbbd (diff)
mmc: MMC sector based cards
Support for MMC 4.2 sector based cards. This tweaks the init a bit and reads a new field out of the EXT_CSD. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'include/linux/mmc/protocol.h')
-rw-r--r--include/linux/mmc/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/protocol.h b/include/linux/mmc/protocol.h
index c90b6768329d..d740ab94fa25 100644
--- a/include/linux/mmc/protocol.h
+++ b/include/linux/mmc/protocol.h
@@ -284,6 +284,7 @@ struct _mmc_csd {
284#define EXT_CSD_BUS_WIDTH 183 /* R/W */ 284#define EXT_CSD_BUS_WIDTH 183 /* R/W */
285#define EXT_CSD_HS_TIMING 185 /* R/W */ 285#define EXT_CSD_HS_TIMING 185 /* R/W */
286#define EXT_CSD_CARD_TYPE 196 /* RO */ 286#define EXT_CSD_CARD_TYPE 196 /* RO */
287#define EXT_CSD_SEC_CNT 212 /* RO, 4 bytes */
287 288
288/* 289/*
289 * EXT_CSD field definitions 290 * EXT_CSD field definitions