Searched refs:phy_ID (Results 1 – 1 of 1) sorted by relevance
821 u32 phy_ID; in uec_get_phy_info() local827 phy_ID = (phy_reg & 0xffff) << 16; in uec_get_phy_info()831 phy_ID |= (phy_reg & 0xffff); in uec_get_phy_info()837 (phy_ID & phy_info[i]->phy_id_mask)) { in uec_get_phy_info()844 ugphy_info ("UEC: PHY id %x is not supported!", phy_ID); in uec_get_phy_info()847 ugphy_info ("UEC: PHY is %s (%x)", theInfo->name, phy_ID); in uec_get_phy_info()