Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dr8169.c847 RTL_W8(0x82, 0x01); in rtl8169_init_phy()
857 RTL_W8(0x82, 0x01); in rtl8169_init_phy()
918 RTL_W8(ChipCmd, CmdReset); in rtl8169_hw_reset()
948 RTL_W8(ChipCmd, CmdReset); in rtl_soft_reset()
1066 RTL_W8(Cfg9346, Cfg9346_Unlock); in rtl_hw_start_8169()
1072 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8169()
1074 RTL_W8(EarlyTxThres, EarlyTxThld); in rtl_hw_start_8169()
1109 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8169()
1113 RTL_W8(Cfg9346, Cfg9346_Lock); in rtl_hw_start_8169()
1206 RTL_W8(Config3, RTL_R8(Config3) & ~Beacon_en); in rtl_hw_start_8168bb()
[all …]
Dr8169.h91 #define RTL_W8(reg, val8) writeb ((val8), ioaddr + (reg)) macro