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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtg3.c2016 if ((tp->phy_id & TG3_PHY_ID_MASK) == TG3_PHY_ID_BCM5401) {
2168 else if ((tp->phy_id & TG3_PHY_ID_MASK) == TG3_PHY_ID_BCM5411) {
3088 if ((tp->phy_id & TG3_PHY_ID_MASK) == TG3_PHY_ID_BCM5401) {
3264 if ((tp->phy_id & TG3_PHY_ID_MASK) == TG3_PHY_ID_BCM5411 &&
10643 u32 masked_phy_id = tp->phy_id & TG3_PHY_ID_MASK;
12273 hw_phy_id_masked = hw_phy_id & TG3_PHY_ID_MASK;
12351 if ((tp->phy_id & TG3_PHY_ID_MASK) == TG3_PHY_ID_BCM5401) {
14055 switch (tp->phy_id & TG3_PHY_ID_MASK) {
H A Dtg3.h2901 #define TG3_PHY_ID_MASK 0xfffffff0 macro
2933 * already masked with TG3_PHY_ID_MASK.

Completed in 132 milliseconds