Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c123 #define RTL_W32(reg, val32) writel ((val32), ioaddr + (reg)) macro
331 RTL_W32(PHYAR, 0x80000000 | (RegAddr & 0xFF) << 16 | value); in mdio_write()
348 RTL_W32(PHYAR, 0x0 | (RegAddr & 0xFF) << 16); in mdio_read()
560 RTL_W32(RxConfig, tmp); in rtl8169_set_rx_mode()
561 RTL_W32(MAR0 + 0, mc_filter[0]); in rtl8169_set_rx_mode()
562 RTL_W32(MAR0 + 4, mc_filter[1]); in rtl8169_set_rx_mode()
589 RTL_W32(RxConfig, i); in rtl8169_hw_start()
592 RTL_W32(TxConfig, in rtl8169_hw_start()
599 RTL_W32(TxDescStartAddr, virt_to_le32desc(tpc->TxDescArray)); in rtl8169_hw_start()
604 RTL_W32(RxMissed, 0); in rtl8169_hw_start()
[all …]