diff options
| author | Tom Rini <[email protected]> | 2023-11-01 09:44:33 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-01 09:44:33 -0400 |
| commit | a803f87202aa48974bdff4d8100464a8288931e4 (patch) | |
| tree | 56be5dcdd139e0a1e199ce3d7e69239fe96bb810 /include | |
| parent | 62fc66b6d228d628c3f672c736aa57e4174ac783 (diff) | |
| parent | b5f403936d037e0bc08e78b8af64adf53da13b90 (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-mmc
Diffstat (limited to 'include')
| -rw-r--r-- | include/sdhci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sdhci.h b/include/sdhci.h index 70fefca2a97..a1b74e3bd79 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -57,6 +57,7 @@ #define SDHCI_PRESENT_STATE 0x24 #define SDHCI_CMD_INHIBIT BIT(0) #define SDHCI_DATA_INHIBIT BIT(1) +#define SDHCI_DAT_ACTIVE BIT(2) #define SDHCI_DOING_WRITE BIT(8) #define SDHCI_DOING_READ BIT(9) #define SDHCI_SPACE_AVAILABLE BIT(10) |
