Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Dtlan.c1681 u16 tlphy_ctl; in tlan_handle_status_check() local
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()
2300 tlphy_ctl |= TLAN_TC_INTEN; in tlan_finish_reset()
[all …]