Searched refs:RTL_W8 (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/net/ |
D | rtl8169.c | 99 #define RTL_W8(reg, val8) writeb((val8), ioaddr + (reg)) macro 397 RTL_W8(ChipCmd, CmdReset); in rtl8169_init_board() 574 RTL_W8(IntrStatus, sts & ~(TxErr | RxErr | SYSErr)); in rtl_recv_common() 651 RTL_W8(TxPoll, 0x40); /* set polling bit */ in rtl_send_common() 731 RTL_W8(ChipCmd, CmdReset); in rtl8169_hw_start() 742 RTL_W8(Cfg9346, Cfg9346_Unlock); in rtl8169_hw_start() 746 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl8169_hw_start() 748 RTL_W8(EarlyTxThres, EarlyTxThld); in rtl8169_hw_start() 784 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl8169_hw_start() 786 RTL_W8(Cfg9346, Cfg9346_Lock); in rtl8169_hw_start() [all …]
|