Searched refs:ChipCmd (Results 1 – 2 of 2) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
D | r8168.h | 1057 ChipCmd = 0x37, enumerator
|
D | r8168_n.c | 3495 RTL_W8(tp, ChipCmd, StopReq | CmdRxEnb | CmdTxEnb); in rtl8168_nic_reset() 3529 RTL_W8(tp, ChipCmd, CmdReset); in rtl8168_nic_reset() 3534 if ((RTL_R8(tp, ChipCmd) & CmdReset) == 0) in rtl8168_nic_reset() 3701 RTL_W8(tp, ChipCmd, CmdTxEnb | CmdRxEnb); in rtl8168_mac_loopback_test() 27012 RTL_W8(tp, ChipCmd, CmdTxEnb | CmdRxEnb); in rtl8168_hw_start() 28411 RTL_W8(tp, ChipCmd, CmdReset); 28413 RTL_W8(tp, ChipCmd, CmdRxEnb);
|