diff options
| author | Philippe Mathieu-Daudé | 2018-02-08 17:48:06 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2018-02-13 16:15:08 +0100 |
| commit | 06c5120b094700d21d36eb5db00f7bb60ea65868 (patch) | |
| tree | 8010d05d85e6205f8b1cbe974ccb5be4fbacf215 /include/hw | |
| parent | sdhci: add support for v3 capabilities (diff) | |
| download | qemu-06c5120b094700d21d36eb5db00f7bb60ea65868.tar.gz qemu-06c5120b094700d21d36eb5db00f7bb60ea65868.tar.xz qemu-06c5120b094700d21d36eb5db00f7bb60ea65868.zip | |
sdhci: rename the hostctl1 register
As per the Spec v3.00
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Message-Id: <20180208164818.7961-19-f4bug@amsat.org>
Diffstat (limited to 'include/hw')
| -rw-r--r-- | include/hw/sd/sdhci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/sd/sdhci.h b/include/hw/sd/sdhci.h index 2a26b46f05..54594845ce 100644 --- a/include/hw/sd/sdhci.h +++ b/include/hw/sd/sdhci.h @@ -59,7 +59,7 @@ typedef struct SDHCIState { uint16_t cmdreg; /* Command Register */ uint32_t rspreg[4]; /* Response Registers 0-3 */ uint32_t prnsts; /* Present State Register */ - uint8_t hostctl; /* Host Control Register */ + uint8_t hostctl1; /* Host Control Register */ uint8_t pwrcon; /* Power control Register */ uint8_t blkgap; /* Block Gap Control Register */ uint8_t wakcon; /* WakeUp Control Register */ |
