Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/qe/
H A Duec_phy.c821 u32 phy_ID; in uec_get_phy_info() local
827 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()