fusee: sdmmc: support CPU reads in addition to (broken?) DMA

This commit is contained in:
Kate J. Temkin
2018-04-29 04:45:28 -06:00
parent 21c177804e
commit ef1923ebab
2 changed files with 159 additions and 58 deletions

View File

@@ -27,7 +27,9 @@ struct mmc {
/* Controller properties */
char *name;
unsigned int timeout;
enum mmc_card_type card_type;
bool use_dma;
/* Card properties */
uint8_t cid[15];