bdk: sdmmc: add defines for max block number

This commit is contained in:
CTCaer
2025-12-17 04:30:12 +02:00
parent 6207a783d7
commit 4797b42e76
3 changed files with 5 additions and 3 deletions

View File

@@ -24,6 +24,8 @@
#define SDMMC_CMD_BLOCKSIZE 64
#define SDMMC_DAT_BLOCKSIZE 512
#define SDMMC_HMAX_BLOCKNUM 0xFFFF // HW max.
#define SDMMC_AMAX_BLOCKNUM 0xF000 // Aligned max.
extern u32 sd_power_cycle_time_start;