Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/qe/
H A Duec_phy.c822 u32 phy_ID; in uec_get_phy_info() local
828 phy_ID = (phy_reg & 0xffff) << 16; in uec_get_phy_info()
832 phy_ID |= (phy_reg & 0xffff); in uec_get_phy_info()
838 (phy_ID & phy_info[i]->phy_id_mask)) { in uec_get_phy_info()
845 ugphy_info ("UEC: PHY id %x is not supported!", phy_ID); in uec_get_phy_info()
848 ugphy_info ("UEC: PHY is %s (%x)", theInfo->name, phy_ID); in uec_get_phy_info()