Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/ti/
Dtlan.c1706 u16 tlphy_ctl; in tlan_handle_status_check() local
1733 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_handle_status_check()
1735 !(tlphy_ctl & TLAN_TC_SWAPOL)) { in tlan_handle_status_check()
1736 tlphy_ctl |= TLAN_TC_SWAPOL; in tlan_handle_status_check()
1738 tlphy_ctl); in tlan_handle_status_check()
1740 (tlphy_ctl & TLAN_TC_SWAPOL)) { in tlan_handle_status_check()
1741 tlphy_ctl &= ~TLAN_TC_SWAPOL; in tlan_handle_status_check()
1743 tlphy_ctl); in tlan_handle_status_check()
2266 u16 tlphy_ctl; in tlan_finish_reset() local
2330 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_finish_reset()
[all …]