bdk: sdmmc: remove dependency to ram for init
This commit is contained in:
@@ -274,9 +274,11 @@
|
||||
/*! Helper for SWITCH command argument. */
|
||||
#define SDMMC_SWITCH(mode, index, value) (((mode) << 24) | ((index) << 16) | ((value) << 8))
|
||||
|
||||
#define HW_TAP_TUNING 0x100
|
||||
#define INVALID_TAP 0x100
|
||||
#define SAMPLING_WINDOW_SIZE_MIN 8
|
||||
#define SDMMC_HW_TAP_TUNING 0x100
|
||||
#define SDMMC_INVALID_TAP 0x100
|
||||
#define SDMMC_SAMPLE_WIN_SIZE_MIN 8
|
||||
|
||||
#define SDMMC_ADMA_ADDR_ALIGN 8
|
||||
|
||||
/*! SDMMC controller context. */
|
||||
typedef struct _sdmmc_t
|
||||
|
||||
Reference in New Issue
Block a user