Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fed0393 authored by Andrew F. Davis's avatar Andrew F. Davis Committed by David S. Miller
Browse files

net: phy: dp83848: Add comments for register definitions

parent d1782f7b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */