aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2018-02-22 15:12:52 +0000
committerPeter Maydell <peter.maydell@linaro.org>2018-02-22 15:12:52 +0000
commit6f296421f8963bfd2cae13b4648b2c115f7562c9 (patch)
tree62ecf78bd3291227fffe8c5f367a8168040378de /include
parent7af83490fe02e6ca4d97ef736e24d65a5fb1b1c1 (diff)
downloadqemu-6f296421f8963bfd2cae13b4648b2c115f7562c9.zip
qemu-6f296421f8963bfd2cae13b4648b2c115f7562c9.tar.gz
qemu-6f296421f8963bfd2cae13b4648b2c115f7562c9.tar.bz2
sdcard: use the registerfields API to access the OCR register
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Message-id: 20180215220540.6556-12-f4bug@amsat.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/hw/sd/sd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/sd/sd.h b/include/hw/sd/sd.h
index bf1eb07..9bdb3c9 100644
--- a/include/hw/sd/sd.h
+++ b/include/hw/sd/sd.h
@@ -53,7 +53,6 @@
#define READY_FOR_DATA (1 << 8)
#define APP_CMD (1 << 5)
#define AKE_SEQ_ERROR (1 << 3)
-#define OCR_CCS_BITN 30
typedef enum {
SD_VOLTAGE_0_4V = 400, /* currently not supported */