Home
last modified time | relevance | path

Searched refs:PHY_REVISION_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.h3394 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
De1000_hw.c4081 hw->phy_id |= (uint32_t) (phy_id_low & PHY_REVISION_MASK); in e1000_detect_gig_phy()
4082 hw->phy_revision = (uint32_t) phy_id_low & ~PHY_REVISION_MASK; in e1000_detect_gig_phy()