Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/realtek/
Dr8169.c397 PHYstatus = 0x6c, enumerator
1582 return RTL_R8(PHYstatus) & LinkStatus; in rtl8169_xmii_link_ok()
1610 if (RTL_R8(PHYstatus) & _1000bpsF) { in rtl_link_chg_patch()
1615 } else if (RTL_R8(PHYstatus) & _100bps) { in rtl_link_chg_patch()
1633 if (RTL_R8(PHYstatus) & _1000bpsF) { in rtl_link_chg_patch()
1645 if (RTL_R8(PHYstatus) & _10bps) { in rtl_link_chg_patch()
4328 (RTL_R8(PHYstatus) & TBI_Enable); in rtl_tbi_enabled()