Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Fix DWC_MMC_INT_SDIO_INT bit



details:   https://anonhg.NetBSD.org/src/rev/789e09a2a47b
branches:  trunk
changeset: 848267:789e09a2a47b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Jan 22 21:59:10 2020 +0000

description:
Fix DWC_MMC_INT_SDIO_INT bit

diffstat:

 sys/dev/ic/dwc_mmc_reg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cea9b4e1b362 -r 789e09a2a47b sys/dev/ic/dwc_mmc_reg.h
--- a/sys/dev/ic/dwc_mmc_reg.h  Wed Jan 22 21:46:06 2020 +0000
+++ b/sys/dev/ic/dwc_mmc_reg.h  Wed Jan 22 21:59:10 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc_mmc_reg.h,v 1.7 2018/06/16 00:15:40 jmcneill Exp $ */
+/* $NetBSD: dwc_mmc_reg.h,v 1.8 2020/01/22 21:59:10 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2014-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -107,7 +107,7 @@
 
 #define DWC_MMC_INT_CARD_REMOVE                __BIT(31)
 #define DWC_MMC_INT_CARD_INSERT                __BIT(30)
-#define DWC_MMC_INT_SDIO_INT           __BIT(16)
+#define DWC_MMC_INT_SDIO_INT           __BIT(24)
 #define DWC_MMC_INT_END_BIT_ERR                __BIT(15)
 #define DWC_MMC_INT_AUTO_CMD_DONE      __BIT(14)
 #define DWC_MMC_INT_START_BIT_ERR      __BIT(13)



Home | Main Index | Thread Index | Old Index