Searched refs:tlphy_ctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | tlan.c | 1679 u16 tlphy_ctl; in tlan_handle_status_check() local 1706 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_handle_status_check() 1708 !(tlphy_ctl & TLAN_TC_SWAPOL)) { in tlan_handle_status_check() 1709 tlphy_ctl |= TLAN_TC_SWAPOL; in tlan_handle_status_check() 1711 tlphy_ctl); in tlan_handle_status_check() 1713 (tlphy_ctl & TLAN_TC_SWAPOL)) { in tlan_handle_status_check() 1714 tlphy_ctl &= ~TLAN_TC_SWAPOL; in tlan_handle_status_check() 1716 tlphy_ctl); in tlan_handle_status_check() 2235 u16 tlphy_ctl; in tlan_finish_reset() local 2297 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_finish_reset() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | tlan.c | 1681 u16 tlphy_ctl; in tlan_handle_status_check() local 1708 __tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_handle_status_check() 1710 !(tlphy_ctl & TLAN_TC_SWAPOL)) { in tlan_handle_status_check() 1711 tlphy_ctl |= TLAN_TC_SWAPOL; in tlan_handle_status_check() 1713 tlphy_ctl); in tlan_handle_status_check() 1715 (tlphy_ctl & TLAN_TC_SWAPOL)) { in tlan_handle_status_check() 1716 tlphy_ctl &= ~TLAN_TC_SWAPOL; in tlan_handle_status_check() 1718 tlphy_ctl); in tlan_handle_status_check() 2237 u16 tlphy_ctl; in tlan_finish_reset() local 2299 tlan_mii_read_reg(dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in tlan_finish_reset() [all...] |
Completed in 6 milliseconds