Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Drtl8169.c99 #define RTL_W8(reg, val8) writeb((val8), ioaddr + (reg)) macro
399 RTL_W8(ChipCmd, CmdReset); in rtl8169_init_board()
576 RTL_W8(IntrStatus, sts & ~(TxErr | RxErr | SYSErr)); in rtl_recv_common()
653 RTL_W8(TxPoll, 0x40); /* set polling bit */ in rtl_send_common()
733 RTL_W8(ChipCmd, CmdReset); in rtl8169_hw_start()
744 RTL_W8(Cfg9346, Cfg9346_Unlock); in rtl8169_hw_start()
748 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl8169_hw_start()
750 RTL_W8(EarlyTxThres, EarlyTxThld); in rtl8169_hw_start()
786 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl8169_hw_start()
788 RTL_W8(Cfg9346, Cfg9346_Lock); in rtl8169_hw_start()
[all …]