Lines Matching refs:ChipCmd
365 ChipCmd = 0x37, enumerator
1572 RTL_R8(ChipCmd); in rtl8169_irq_mask_and_ack()
2245 if ((RTL_R8(ChipCmd) & CmdRxEnb) == 0) in rtl8169_update_counters()
5130 return RTL_R8(ChipCmd) & CmdReset; in DECLARE_RTL_COND()
5137 RTL_W8(ChipCmd, CmdReset); in rtl_hw_reset()
5237 RTL_W8(ChipCmd, RTL_R8(ChipCmd) | StopReq); in rtl8169_hw_reset()
5240 RTL_W8(ChipCmd, RTL_R8(ChipCmd) | StopReq); in rtl8169_hw_reset()
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()
7929 RTL_R8(ChipCmd); in rtl_wol_shutdown_quirk()
8103 RTL_W8(ChipCmd, RTL_R8(ChipCmd) & ~(CmdTxEnb | CmdRxEnb)); in rtl_hw_init_8168g()