Lines Matching refs:RTL_W8
99 #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()
920 RTL_W8(ChipCmd, 0x00); in rtl_halt_common()