Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Move the definition of CTRL_EXT_PHYPDEN and use ...



details:   https://anonhg.NetBSD.org/src/rev/ebc8f1562044
branches:  trunk
changeset: 341233:ebc8f1562044
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Oct 27 14:23:23 2015 +0000

description:
Move the definition of CTRL_EXT_PHYPDEN and use __BIT(). No binary change.

diffstat:

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

diffs (25 lines):

diff -r 4c8503fc51d8 -r ebc8f1562044 sys/dev/pci/if_wmreg.h
--- a/sys/dev/pci/if_wmreg.h    Tue Oct 27 13:21:18 2015 +0000
+++ b/sys/dev/pci/if_wmreg.h    Tue Oct 27 14:23:23 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wmreg.h,v 1.86 2015/10/23 08:45:14 msaitoh Exp $    */
+/*     $NetBSD: if_wmreg.h,v 1.87 2015/10/27 14:23:23 msaitoh Exp $    */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -318,6 +318,7 @@
 #define        CTRL_EXT_RO_DIS         (1U << 17) /* relaxed ordering disabled */
 #define        CTRL_EXT_SDLPE          (1U << 18) /* SerDes Low Power Enable */
 #define        CTRL_EXT_DMA_DYN_CLK    (1U << 19) /* DMA Dynamic Gating Enable */
+#define        CTRL_EXT_PHYPDEN        __BIT(20)
 #define        CTRL_EXT_LINK_MODE_MASK         0x00C00000
 #define        CTRL_EXT_LINK_MODE_GMII         0x00000000
 #define        CTRL_EXT_LINK_MODE_KMRN         0x00000000
@@ -326,7 +327,6 @@
 #define        CTRL_EXT_LINK_MODE_PCIX_SERDES  0x00800000
 #define        CTRL_EXT_LINK_MODE_TBI          0x00C00000
 #define        CTRL_EXT_LINK_MODE_PCIE_SERDES  0x00C00000
-#define        CTRL_EXT_PHYPDEN        0x00100000
 #define        CTRL_EXT_EIAME          __BIT(24) /* Extended Interrupt Auto Mask En */
 #define CTRL_EXT_I2C_ENA       0x02000000  /* I2C enable */
 #define        CTRL_EXT_DRV_LOAD       0x10000000



Home | Main Index | Thread Index | Old Index