1
0
Fork 0
forked from len0rd/rockbox

Ingenic jz4740 SD driver: remove custom list of SD commands

Replace most references to MMC/mmc with SD/sd
Remove MMC failover code since MMC cards aren't supported

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21604 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2009-07-01 22:41:33 +00:00
parent c0eb9aeb9e
commit 90d7a8c4fc
2 changed files with 367 additions and 430 deletions

View file

@ -70,6 +70,7 @@ long sd_last_disk_activity(void);
#define SD_SEND_RELATIVE_ADDR 3
#define SD_SET_DSR 4
#define SD_SWITCH_FUNC 6
#define SD_SET_BUS_WIDTH 6 /* acmd6 */
#define SD_SELECT_CARD 7
#define SD_DESELECT_CARD 7
#define SD_SEND_IF_COND 8
@ -87,10 +88,9 @@ long sd_last_disk_activity(void);
#define SD_ERASE_WR_BLK_START 32
#define SD_ERASE_WR_BLK_END 33
#define SD_ERASE 38
#define SD_APP_OP_COND 41
#define SD_LOCK_UNLOCK 42
#define SD_SEND_SCR 51 /* acmd51 */
#define SD_APP_CMD 55
/* Application Specific commands */
#define SD_SET_BUS_WIDTH 6
#define SD_APP_OP_COND 41
#endif

File diff suppressed because it is too large Load diff