mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h"
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Message-id: 20180115182436.2066-10-f4bug@amsat.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
8be487d8f1
commit
24bddf9d4a
2 changed files with 2 additions and 2 deletions
|
@ -43,6 +43,7 @@
|
|||
#define SDHC_TRNS_ACMD12 0x0004
|
||||
#define SDHC_TRNS_READ 0x0010
|
||||
#define SDHC_TRNS_MULTI 0x0020
|
||||
#define SDHC_TRNMOD_MASK 0x0037
|
||||
|
||||
/* R/W Command Register 0x0 */
|
||||
#define SDHC_CMDREG 0x0E
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue