mirror of https://github.com/FOME-Tech/openblt.git
- Increased SD_DATATIMEOUT value in SDIO interface to support 4GB SD-cards
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@50 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
415306b324
commit
182ae81522
|
@ -372,7 +372,8 @@ typedef struct
|
|||
#define SD_SINGLE_BUS_SUPPORT ((uint32_t)0x00010000)
|
||||
#define SD_CARD_LOCKED ((uint32_t)0x02000000)
|
||||
|
||||
#define SD_DATATIMEOUT ((uint32_t)0x00010000)
|
||||
|
||||
#define SD_DATATIMEOUT ((uint32_t)0xFFFFFFFF)
|
||||
#define SD_0TO7BITS ((uint32_t)0x000000FF)
|
||||
#define SD_8TO15BITS ((uint32_t)0x0000FF00)
|
||||
#define SD_16TO23BITS ((uint32_t)0x00FF0000)
|
||||
|
|
|
@ -372,7 +372,8 @@ typedef struct
|
|||
#define SD_SINGLE_BUS_SUPPORT ((uint32_t)0x00010000)
|
||||
#define SD_CARD_LOCKED ((uint32_t)0x02000000)
|
||||
|
||||
#define SD_DATATIMEOUT ((uint32_t)0x00010000)
|
||||
|
||||
#define SD_DATATIMEOUT ((uint32_t)0xFFFFFFFF)
|
||||
#define SD_0TO7BITS ((uint32_t)0x000000FF)
|
||||
#define SD_8TO15BITS ((uint32_t)0x0000FF00)
|
||||
#define SD_16TO23BITS ((uint32_t)0x00FF0000)
|
||||
|
|
|
@ -372,7 +372,8 @@ typedef struct
|
|||
#define SD_SINGLE_BUS_SUPPORT ((uint32_t)0x00010000)
|
||||
#define SD_CARD_LOCKED ((uint32_t)0x02000000)
|
||||
|
||||
#define SD_DATATIMEOUT ((uint32_t)0x00010000)
|
||||
|
||||
#define SD_DATATIMEOUT ((uint32_t)0xFFFFFFFF)
|
||||
#define SD_0TO7BITS ((uint32_t)0x000000FF)
|
||||
#define SD_8TO15BITS ((uint32_t)0x0000FF00)
|
||||
#define SD_16TO23BITS ((uint32_t)0x00FF0000)
|
||||
|
|
Loading…
Reference in New Issue