Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/ti/
Dtlan.c1702 u16 tlphy_ctl; in tlan_handle_status_check() local
1729 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_handle_status_check()
1731 !(tlphy_ctl & TLAN_TC_SWAPOL)) { in tlan_handle_status_check()
1732 tlphy_ctl |= TLAN_TC_SWAPOL; in tlan_handle_status_check()
1734 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()
2261 u16 tlphy_ctl; in tlan_finish_reset() local
2323 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_finish_reset()
[all …]