Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A De1000.h2443 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
H A De1000.c4708 hw->phy_id |= (uint32_t) (phy_id_low & PHY_REVISION_MASK); in e1000_detect_gig_phy()
4709 hw->phy_revision = (uint32_t) phy_id_low & ~PHY_REVISION_MASK; in e1000_detect_gig_phy()