diff options
author | Andrei Warkentin <andreiw@motorola.com> | 2011-05-23 16:06:38 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-05-25 16:49:03 -0400 |
commit | f0d89972b01798cf9d245dfa1cacfa0ee78a3593 (patch) | |
tree | a3e69fc95825971384798eac4281148db837f891 /include/linux/mmc/card.h | |
parent | e89d456fcdde2df008c032bf928e69e628e07a28 (diff) |
mmc: core: Block CMD23 support for UHS104/SDXC cards.
SD cards operating at UHS104 or better support SET_BLOCK_COUNT.
Signed-off-by: Andrei Warkentin <andreiw@motorola.com>
Reviewed-by: Arindam Nath <arindam.nath@amd.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/mmc/card.h')
-rw-r--r-- | include/linux/mmc/card.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index 4a0e27baaea0..c6927a4d157f 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h | |||
@@ -72,6 +72,9 @@ struct sd_scr { | |||
72 | unsigned char bus_widths; | 72 | unsigned char bus_widths; |
73 | #define SD_SCR_BUS_WIDTH_1 (1<<0) | 73 | #define SD_SCR_BUS_WIDTH_1 (1<<0) |
74 | #define SD_SCR_BUS_WIDTH_4 (1<<2) | 74 | #define SD_SCR_BUS_WIDTH_4 (1<<2) |
75 | unsigned char cmds; | ||
76 | #define SD_SCR_CMD20_SUPPORT (1<<0) | ||
77 | #define SD_SCR_CMD23_SUPPORT (1<<1) | ||
75 | }; | 78 | }; |
76 | 79 | ||
77 | struct sd_ssr { | 80 | struct sd_ssr { |