net: phy: mscc: add constants for used interrupt mask bits
authorHeiner Kallweit <hkallweit1@gmail.com>
Sun, 1 Mar 2020 20:57:08 +0000 (21:57 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Mar 2020 03:06:10 +0000 (19:06 -0800)
commit48938b1e50270047566025bdc43700e71cc5e6c5
treebdf56e1d93b8a8d333df80d0379e14e8b3472322
parent5a8b7c4b7f95c8936cd3dcba01169cd5840e291f
net: phy: mscc: add constants for used interrupt mask bits

Add constants for the used interrupts bits. This avoids the magic
number for MII_VSC85XX_INT_MASK_MASK.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mscc.c