Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/ti/
Dtlan.c1680 u16 tlphy_ctl; in tlan_handle_status_check() local
1707 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_handle_status_check()
1709 !(tlphy_ctl & TLAN_TC_SWAPOL)) { in tlan_handle_status_check()
1710 tlphy_ctl |= TLAN_TC_SWAPOL; in tlan_handle_status_check()
1712 tlphy_ctl); in tlan_handle_status_check()
1714 (tlphy_ctl & TLAN_TC_SWAPOL)) { in tlan_handle_status_check()
1715 tlphy_ctl &= ~TLAN_TC_SWAPOL; in tlan_handle_status_check()
1717 tlphy_ctl); in tlan_handle_status_check()
2236 u16 tlphy_ctl; in tlan_finish_reset() local
2298 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_finish_reset()
[all …]