Home
last modified time | relevance | path

Searched refs:phy_revision (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c1256 if (hw->phy_revision < M88E1011_I_REV_4) { in e1000_copper_link_mgp_setup()
1268 if ((hw->phy_revision == E1000_REVISION_2) && in e1000_copper_link_mgp_setup()
3155 hw->phy_revision = (u32)phy_id_low & ~PHY_REVISION_MASK; in e1000_detect_gig_phy()
H A De1000_hw.h1346 u32 phy_revision; member
/openbmc/u-boot/drivers/net/
H A De1000.c3080 if (hw->phy_revision < M88E1011_I_REV_4) { in e1000_copper_link_mgp_setup()
3091 if ((hw->phy_revision == E1000_REVISION_2) && in e1000_copper_link_mgp_setup()
4923 hw->phy_revision = (uint32_t) phy_id_low & ~PHY_REVISION_MASK; in e1000_detect_gig_phy()
H A De1000.h1112 uint32_t phy_revision; member