Searched refs:NIU_PHY_ID_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/sun/
H A Dniu.c1633 switch (phy_id & NIU_PHY_ID_MASK) {
2107 switch (phy_id & NIU_PHY_ID_MASK) {
8578 /* Because of the NIU_PHY_ID_MASK being applied, the 8704
8581 if (((id & NIU_PHY_ID_MASK) != NIU_PHY_ID_BCM8704) &&
8582 ((id & NIU_PHY_ID_MASK) != NIU_PHY_ID_MRVL88X2011))
8585 if ((id & NIU_PHY_ID_MASK) != NIU_PHY_ID_BCM5464R)
H A Dniu.h2552 #define NIU_PHY_ID_MASK 0xfffff0f0 macro

Completed in 146 milliseconds