Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c1254 if (hw->phy_revision < M88E1011_I_REV_4) { in e1000_copper_link_mgp_setup()
1266 if ((hw->phy_revision == E1000_REVISION_2) && in e1000_copper_link_mgp_setup()
3153 hw->phy_revision = (u32)phy_id_low & ~PHY_REVISION_MASK; in e1000_detect_gig_phy()
H A De1000_hw.h1349 u32 phy_revision; member
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c2866 if (hw->phy_revision < M88E1011_I_REV_4) { in e1000_copper_link_mgp_setup()
2877 if ((hw->phy_revision == E1000_REVISION_2) && in e1000_copper_link_mgp_setup()
4709 hw->phy_revision = (uint32_t) phy_id_low & ~PHY_REVISION_MASK; in e1000_detect_gig_phy()
H A De1000.h1113 uint32_t phy_revision; member