fusee: allow sdmmc_read / sdmmc_write of more data than fits in the bounce buffer

This commit is contained in:
Kate J. Temkin
2018-05-11 11:27:35 -07:00
parent 912590b2fd
commit 2b871397c2
2 changed files with 74 additions and 20 deletions

View File

@@ -171,6 +171,9 @@ struct mmc {
uint8_t write_block_order;
bool uses_block_addressing;
/* Current operation status flags */
uint32_t active_data_buffer;
/* Pointers to hardware structures */
volatile struct tegra_sdmmc *regs;
};