Searched refs:phy_id2 (Results 1 – 4 of 4) sorted by relevance
101 u16 phy_id2; in pch_gbe_phy_get_id() local106 ret = pch_gbe_phy_read_reg_miic(hw, PHY_ID2, &phy_id2); in pch_gbe_phy_get_id()114 phy->id = ((phy->id << 6) | ((phy_id2 & 0xFC00) >> 10)); in pch_gbe_phy_get_id()115 phy->revision = (u32) (phy_id2 & 0x000F); in pch_gbe_phy_get_id()
119 u32 phy_id2; /* Bits 15:0 of PHY identifier */ member
366 u16 phy_id2; member
603 (atl1c_read_phy_reg(hw, MII_PHYSID2, &hw->phy_id2) != 0)) { in atl1c_phy_init()