Searched refs:PHY_ID_MASK (Results 1 – 2 of 2) sorted by relevance
1888 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401) { in tg3_phy_reset()2036 else if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5411) { in tg3_5700_link_polarity()2755 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401) { in tg3_setup_copper_phy()2929 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5411 && in tg3_setup_copper_phy()9547 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401) in tg3_run_loopback()9549 else if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5411) in tg3_run_loopback()11200 hw_phy_id_masked = hw_phy_id & PHY_ID_MASK; in tg3_phy_probe()11278 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401) { in tg3_phy_probe()11284 if (!err && ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401)) { in tg3_phy_probe()12821 switch (tp->phy_id & PHY_ID_MASK) { in tg3_phy_string()
2667 #define PHY_ID_MASK 0xfffffff0 macro