]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/dm9161.h
Merge branch 'karo-devel' into uboot-merge
[karo-tx-uboot.git] / include / dm9161.h
index d5d0e8d3ab0e9b713a6fe7fae73cd82a657f6936..bd85e4287e7addc072b2cce8494c2748b1ecf5ff 100644 (file)
@@ -6,16 +6,13 @@
  * Authors:    ATMEL Rousset
  *
  *
- *             This program is free software; you can redistribute it and/or
- *             modify it under the terms of the GNU General Public License
- *             as published by the Free Software Foundation; either version
- *             2 of the License, or (at your option) any later version.
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 
 /* DAVICOM PHYSICAL LAYER TRANSCEIVER DM9161 */
 
-#define        DM9161_BMCR             0       /* Basic Mode Control Register */
+#define        DM9161_BMCR             0       /* Basic Mode Control Register */
 #define DM9161_BMSR            1       /* Basic Mode Status Register */
 #define DM9161_PHYID1          2       /* PHY Idendifier Register 1 */
 #define DM9161_PHYID2          3       /* PHY Idendifier Register 2 */
@@ -32,7 +29,7 @@
 
 
 /* --Bit definitions: DM9161_BMCR */
-#define DM9161_RESET                    (1 << 15)      /* 1= Software Reset; 0=Normal Operation */
+#define DM9161_RESET            (1 << 15)      /* 1= Software Reset; 0=Normal Operation */
 #define DM9161_LOOPBACK                 (1 << 14)      /* 1=loopback Enabled; 0=Normal Operation */
 #define DM9161_SPEED_SELECT      (1 << 13)     /* 1=100Mbps; 0=10Mbps */
 #define DM9161_AUTONEG          (1 << 12)