diff options
Diffstat (limited to 'include/atmel_mci.h')
-rw-r--r-- | include/atmel_mci.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/atmel_mci.h b/include/atmel_mci.h index 090574d8c2..3d2870fc9c 100644 --- a/include/atmel_mci.h +++ b/include/atmel_mci.h @@ -67,6 +67,10 @@ typedef struct atmel_mci { #define MMCI_PDCPADV_SIZE 1 #define MMCI_PDCMODE_OFFSET 15 #define MMCI_PDCMODE_SIZE 1 +/* MCI IP version >= 0x500, MR bit 16 used for CLKODD */ +#define MMCI_CLKODD_OFFSET 16 +#define MMCI_CLKODD_SIZE 1 +/* MCI IP version < 0x200, MR higher 16bits for BLKLEN */ #define MMCI_BLKLEN_OFFSET 16 #define MMCI_BLKLEN_SIZE 16 |