diff options
| author | 2011-06-21 08:00:08 +0900 | |
|---|---|---|
| committer | 2011-07-20 17:20:55 -0400 | |
| commit | 95c7348d948dc4832434ddfaeba804ac14732f02 (patch) | |
| tree | f1795c7d0ad42672d0884430f070f2cdaeed07f2 /include/linux/mmc | |
| parent | mmc: block: add checking of r/w command response (diff) | |
| download | linux-dev-95c7348d948dc4832434ddfaeba804ac14732f02.tar.xz linux-dev-95c7348d948dc4832434ddfaeba804ac14732f02.zip | |
mmc: tmio: name 0xd8 as CTL_DMA_ENABLE
This reflects at least the current usage of this register
and I think it improves the readability of the code ever so slightly.
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: Magnus Damm <magnus.damm@gmail.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/mmc')
| -rw-r--r-- | include/linux/mmc/tmio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/tmio.h b/include/linux/mmc/tmio.h index 551490f0613d..3ae377623db0 100644 --- a/include/linux/mmc/tmio.h +++ b/include/linux/mmc/tmio.h @@ -30,6 +30,7 @@ #define CTL_TRANSACTION_CTL 0x34 #define CTL_SDIO_STATUS 0x36 #define CTL_SDIO_IRQ_MASK 0x38 +#define CTL_DMA_ENABLE 0xd8 #define CTL_RESET_SD 0xe0 #define CTL_SDIO_REGS 0x100 #define CTL_CLK_AND_WAIT_CTL 0x138 |
