Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Add VERID reg bits
details: https://anonhg.NetBSD.org/src/rev/753e40869760
branches: trunk
changeset: 319934:753e40869760
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Jun 16 00:15:40 2018 +0000
description:
Add VERID reg bits
diffstat:
sys/dev/ic/dwc_mmc_reg.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r b119b4e7a437 -r 753e40869760 sys/dev/ic/dwc_mmc_reg.h
--- a/sys/dev/ic/dwc_mmc_reg.h Sat Jun 16 00:15:00 2018 +0000
+++ b/sys/dev/ic/dwc_mmc_reg.h Sat Jun 16 00:15:40 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc_mmc_reg.h,v 1.6 2017/06/19 22:03:02 jmcneill Exp $ */
+/* $NetBSD: dwc_mmc_reg.h,v 1.7 2018/06/16 00:15:40 jmcneill Exp $ */
/*-
* Copyright (c) 2014-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -150,6 +150,9 @@
#define DWC_MMC_DMAC_FIX_BURST __BIT(1)
#define DWC_MMC_DMAC_SOFTRESET __BIT(0)
+#define DWC_MMC_VERID_ID __BITS(15,0)
+#define DWC_MMC_VERID_240A 0x240a
+
#define DWC_MMC_IDST_HOST_ABT __BIT(10)
#define DWC_MMC_IDST_ABNORMAL_INT_SUM __BIT(9)
#define DWC_MMC_IDST_NORMAL_INT_SUM __BIT(8)
Home |
Main Index |
Thread Index |
Old Index