Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/ti/
Dtlan.c1707 u16 tlphy_ctl; in tlan_handle_status_check() local
1734 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_handle_status_check()
1736 !(tlphy_ctl & TLAN_TC_SWAPOL)) { in tlan_handle_status_check()
1737 tlphy_ctl |= TLAN_TC_SWAPOL; in tlan_handle_status_check()
1739 tlphy_ctl); in tlan_handle_status_check()
1741 (tlphy_ctl & TLAN_TC_SWAPOL)) { in tlan_handle_status_check()
1742 tlphy_ctl &= ~TLAN_TC_SWAPOL; in tlan_handle_status_check()
1744 tlphy_ctl); in tlan_handle_status_check()
2267 u16 tlphy_ctl; in tlan_finish_reset() local
2331 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_finish_reset()
[all …]