aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/dp83848.c
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-02-07 11:47:21 -0600
committerDavid S. Miller <davem@davemloft.net>2016-02-11 11:52:02 -0500
commit5fed039351dd54b295cba7c9afe34ede99d9b2e9 (patch)
tree9f6c674e79792f565521ac6ba1025e04ebdbcd69 /drivers/net/phy/dp83848.c
parentnet: phy: dp83848: Add support for TI TLK10x Ethernet PHYs (diff)
downloadlinux-dev-5fed039351dd54b295cba7c9afe34ede99d9b2e9.tar.xz
linux-dev-5fed039351dd54b295cba7c9afe34ede99d9b2e9.zip
net: phy: dp83848: Add comments for register definitions
Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/dp83848.c')
-rw-r--r--drivers/net/phy/dp83848.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/dp83848.c b/drivers/net/phy/dp83848.c
index f897989d1bf7..556904f572d6 100644
--- a/drivers/net/phy/dp83848.c
+++ b/drivers/net/phy/dp83848.c
@@ -21,8 +21,8 @@
#define TLK10X_PHY_ID 0x2000a210
/* Registers */
-#define DP83848_MICR 0x11
-#define DP83848_MISR 0x12
+#define DP83848_MICR 0x11 /* MII Interrupt Control Register */
+#define DP83848_MISR 0x12 /* MII Interrupt Status Register */
/* MICR Register Fields */
#define DP83848_MICR_INT_OE BIT(0) /* Interrupt Output Enable */