Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/ti/
Dtlan.c1703 u16 tlphy_ctl; in tlan_handle_status_check() local
1730 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_handle_status_check()
1732 !(tlphy_ctl & TLAN_TC_SWAPOL)) { in tlan_handle_status_check()
1733 tlphy_ctl |= TLAN_TC_SWAPOL; in tlan_handle_status_check()
1735 tlphy_ctl); in tlan_handle_status_check()
1737 (tlphy_ctl & TLAN_TC_SWAPOL)) { in tlan_handle_status_check()
1738 tlphy_ctl &= ~TLAN_TC_SWAPOL; in tlan_handle_status_check()
1740 tlphy_ctl); in tlan_handle_status_check()
2262 u16 tlphy_ctl; in tlan_finish_reset() local
2324 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_finish_reset()
[all …]