diff options
| author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2018-02-08 13:48:06 -0300 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-02-13 16:15:08 +0100 |
| commit | 06c5120b094700d21d36eb5db00f7bb60ea65868 (patch) | |
| tree | 8010d05d85e6205f8b1cbe974ccb5be4fbacf215 /include/hw/sd/sdhci.h | |
| parent | 4d67852d9c97b51359b90aa58333e774c98f1a8c (diff) | |
| download | focaccia-qemu-06c5120b094700d21d36eb5db00f7bb60ea65868.tar.gz focaccia-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/sd/sdhci.h')
| -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 */ |