Module Name:    src
Committed By:   jmcneill
Date:           Sat Jun 16 00:15:40 UTC 2018

Modified Files:
        src/sys/dev/ic: dwc_mmc_reg.h

Log Message:
Add VERID reg bits


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/dwc_mmc_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/dwc_mmc_reg.h
diff -u src/sys/dev/ic/dwc_mmc_reg.h:1.6 src/sys/dev/ic/dwc_mmc_reg.h:1.7
--- src/sys/dev/ic/dwc_mmc_reg.h:1.6	Mon Jun 19 22:03:02 2017
+++ src/sys/dev/ic/dwc_mmc_reg.h	Sat Jun 16 00:15:40 2018
@@ -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 <jmcne...@invisible.ca>
@@ -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)

Reply via email to