Lines Matching refs:ChipCmd
365 ChipCmd = 0x37, enumerator
1560 RTL_R8(ChipCmd); in rtl8169_irq_mask_and_ack()
2202 if ((RTL_R8(ChipCmd) & CmdRxEnb) == 0) in rtl8169_update_counters()
5060 return RTL_R8(ChipCmd) & CmdReset; in DECLARE_RTL_COND()
5067 RTL_W8(ChipCmd, CmdReset); in rtl_hw_reset()
5167 RTL_W8(ChipCmd, RTL_R8(ChipCmd) | StopReq); in rtl8169_hw_reset()
5170 RTL_W8(ChipCmd, RTL_R8(ChipCmd) | StopReq); in rtl8169_hw_reset()
5318 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8169()
5357 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8169()
6358 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8168()
6575 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8101()
7833 RTL_W8(ChipCmd, CmdRxEnb); in rtl_wol_shutdown_quirk()
7835 RTL_R8(ChipCmd); in rtl_wol_shutdown_quirk()
8006 RTL_W8(ChipCmd, RTL_R8(ChipCmd) & ~(CmdTxEnb | CmdRxEnb)); in rtl_hw_init_8168g()