Module Name:    src
Committed By:   reinoud
Date:           Fri Sep 19 14:32:20 UTC 2014

Modified Files:
        src/sys/arch/arm/samsung: exynos5_reg.h

Log Message:
Naming convention


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/samsung/exynos5_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/arch/arm/samsung/exynos5_reg.h
diff -u src/sys/arch/arm/samsung/exynos5_reg.h:1.15 src/sys/arch/arm/samsung/exynos5_reg.h:1.16
--- src/sys/arch/arm/samsung/exynos5_reg.h:1.15	Tue Sep  9 21:22:48 2014
+++ src/sys/arch/arm/samsung/exynos5_reg.h	Fri Sep 19 14:32:20 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: exynos5_reg.h,v 1.15 2014/09/09 21:22:48 reinoud Exp $	*/
+/*	$NetBSD: exynos5_reg.h,v 1.16 2014/09/19 14:32:20 reinoud Exp $	*/
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -376,7 +376,7 @@
 #define   HOST_CTRL0_REFCLKSEL_XTAL	__SHIFTIN(HOST_CRTL0_REFCLK_MASK, 0)
 #define   HOST_CTRL0_REFCLKSEL_EXTL	__SHIFTIN(HOST_CRTL0_REFCLK_MASK, 1)
 #define   HOST_CTRL0_REFCLKSEL_CLKCORE	__SHIFTIN(HOST_CRTL0_REFCLK_MASK, 2)
-#define   HOST_CTRL0_PHYSWRSTALL	__BIT(31)
+#define   HOST_CTRL0_PHY_SWRST_ALL	__BIT(31)
 
 #define USB_PHY_HSIC_CTRL1		0x10
 #define USB_PHY_HSIC_TUNE1		0x14

Reply via email to