Searched refs:CmdRxEnb (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139too.c | 341 CmdRxEnb = 0x08, enumerator 1412 RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_hw_start() 1445 if ((!(tmp & CmdRxEnb)) || (!(tmp & CmdTxEnb))) in rtl8139_hw_start() 1446 RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_hw_start() 1687 RTL_W8 (ChipCmd, CmdRxEnb); in rtl8139_tx_timeout_task() 1865 RTL_W8 (ChipCmd, tmp8 & ~CmdRxEnb); in rtl8139_rx_err() 1878 if (!(tmp8 & CmdRxEnb)) in rtl8139_rx_err() 1886 RTL_W8_F (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_rx_err() 1889 if ((tmp8 & CmdRxEnb) && (tmp8 & CmdTxEnb)) in rtl8139_rx_err() 1898 RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_rx_err()
|
D | r8169.c | 539 CmdRxEnb = 0x08, enumerator 2245 if ((RTL_R8(ChipCmd) & CmdRxEnb) == 0) in rtl8169_update_counters() 5388 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8169() 5427 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8169() 6428 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8168() 6645 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8101() 7927 RTL_W8(ChipCmd, CmdRxEnb); in rtl_wol_shutdown_quirk() 8103 RTL_W8(ChipCmd, RTL_R8(ChipCmd) & ~(CmdTxEnb | CmdRxEnb)); in rtl_hw_init_8168g()
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | sis190.c | 137 CmdRxEnb = 0x08, // unused enumerator
|