Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c121 #define RTL_W8(reg, val8) writeb ((val8), ioaddr + (reg)) macro
387 RTL_W8(ChipCmd, CmdReset); in rtl8169_init_board()
438 RTL_W8(TxPoll, (RTL_R8(TxPoll) | 0x01)); in r8169_irq()
533 RTL_W8(TxPoll, 0x40); /* set polling bit */ in r8169_transmit()
569 RTL_W8(ChipCmd, CmdReset); in rtl8169_hw_start()
579 RTL_W8(Cfg9346, Cfg9346_Unlock); in rtl8169_hw_start()
580 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl8169_hw_start()
581 RTL_W8(EarlyTxThres, EarlyTxThld); in rtl8169_hw_start()
601 RTL_W8(Cfg9346, Cfg9346_Lock); in rtl8169_hw_start()
690 RTL_W8(ChipCmd, 0x00); in r8169_disable()