We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac9f2f commit 4e6d0e0Copy full SHA for 4e6d0e0
1 file changed
drivers/mmc/host/sdhci.h
@@ -261,11 +261,10 @@
261
#define SDHCI_PRESET_FOR_SDR50 0x6A
262
#define SDHCI_PRESET_FOR_SDR104 0x6C
263
#define SDHCI_PRESET_FOR_DDR50 0x6E
264
-#define SDHCI_PRESET_FOR_HS400 0x74 /* Non-standard */
+#define SDHCI_PRESET_FOR_HS400 0x244 /* Non-standard */
265
#define SDHCI_PRESET_DRV_MASK GENMASK(15, 14)
266
#define SDHCI_PRESET_CLKGEN_SEL BIT(10)
267
#define SDHCI_PRESET_SDCLK_FREQ_MASK GENMASK(9, 0)
268
-
269
#define SDHCI_SLOT_INT_STATUS 0xFC
270
271
#define SDHCI_HOST_VERSION 0xFE
0 commit comments