mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
MVEBUMMC : Speed up access time
Get about 40x faster access on SHEEVAPLUG MMC Fix some SD type compatibility Changes in v3: - fix the HW_STATE (from linux mvsdio) - review delays and timeouts Changes in v2: - increase number of loops - remove initial delay Changes in v1: - review all loops, delays and timeouts Signed-off-by: Gérald Kerma <drEagle@doukki.net> Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
This commit is contained in:

committed by
Pantelis Antoniou

parent
2591fbdba3
commit
28d27b79e3
@ -79,6 +79,7 @@
|
||||
#define CMD_INHIBIT (1 << 0)
|
||||
#define CMD_TXACTIVE (1 << 8)
|
||||
#define CMD_RXACTIVE (1 << 9)
|
||||
#define CMD_FIFO_EMPTY (1 << 13)
|
||||
#define CMD_AUTOCMD12ACTIVE (1 << 14)
|
||||
#define CMD_BUS_BUSY (CMD_AUTOCMD12ACTIVE | \
|
||||
CMD_RXACTIVE | \
|
||||
|
Reference in New Issue
Block a user