Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dteranetics.c23 u8 phy_hwversion; in tn2020_config() local
31 phy_hwversion = (phy_read(phydev, 30, 32) >> 12) & 0xf; in tn2020_config()
32 if (phy_hwversion <= 3) { in tn2020_config()