mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
sdhci: add a 'spec_version property' (default to v2)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Message-Id: <20180208164818.7961-8-f4bug@amsat.org>
This commit is contained in:
parent
efe9d52405
commit
aceb5b064c
3 changed files with 27 additions and 6 deletions
|
@ -216,9 +216,9 @@
|
|||
/* Slot interrupt status */
|
||||
#define SDHC_SLOT_INT_STATUS 0xFC
|
||||
|
||||
/* HWInit Host Controller Version Register 0x0401 */
|
||||
/* HWInit Host Controller Version Register */
|
||||
#define SDHC_HCVER 0xFE
|
||||
#define SD_HOST_SPECv2_VERS 0x2401
|
||||
#define SDHC_HCVER_VENDOR 0x24
|
||||
|
||||
#define SDHC_REGISTERS_MAP_SIZE 0x100
|
||||
#define SDHC_INSERTION_DELAY (NANOSECONDS_PER_SECOND)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue