diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-pci-o2micro.h')
-rw-r--r-- | drivers/mmc/host/sdhci-pci-o2micro.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pci-o2micro.h b/drivers/mmc/host/sdhci-pci-o2micro.h index dbec4c933488..f7ffc908d9a0 100644 --- a/drivers/mmc/host/sdhci-pci-o2micro.h +++ b/drivers/mmc/host/sdhci-pci-o2micro.h | |||
@@ -57,6 +57,9 @@ | |||
57 | #define O2_SD_UHS2_L1_CTRL 0x35C | 57 | #define O2_SD_UHS2_L1_CTRL 0x35C |
58 | #define O2_SD_FUNC_REG3 0x3E0 | 58 | #define O2_SD_FUNC_REG3 0x3E0 |
59 | #define O2_SD_FUNC_REG4 0x3E4 | 59 | #define O2_SD_FUNC_REG4 0x3E4 |
60 | #define O2_SD_LED_ENABLE BIT(6) | ||
61 | #define O2_SD_FREG0_LEDOFF BIT(13) | ||
62 | #define O2_SD_FREG4_ENABLE_CLK_SET BIT(22) | ||
60 | 63 | ||
61 | #define O2_SD_VENDOR_SETTING 0x110 | 64 | #define O2_SD_VENDOR_SETTING 0x110 |
62 | #define O2_SD_VENDOR_SETTING2 0x1C8 | 65 | #define O2_SD_VENDOR_SETTING2 0x1C8 |