Searched refs:phy_id2 (Results 1 – 4 of 4) sorted by relevance
112 u16 phy_id2; in pch_gbe_phy_get_id() local117 ret = pch_gbe_phy_read_reg_miic(hw, PHY_ID2, &phy_id2); in pch_gbe_phy_get_id()125 phy->id = ((phy->id << 6) | ((phy_id2 & 0xFC00) >> 10)); in pch_gbe_phy_get_id()126 phy->revision = (u32) (phy_id2 & 0x000F); in pch_gbe_phy_get_id()
129 u32 phy_id2; /* Bits 15:0 of PHY identifier */ member
381 u16 phy_id2; member
611 (atl1c_read_phy_reg(hw, MII_PHYSID2, &hw->phy_id2) != 0)) { in atl1c_phy_init()