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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dr8169.c148 #define RTL_W32(reg, val32) writel ((val32), ioaddr + (reg)) macro
507 RTL_W32(PHYAR, 0x80000000 | (RegAddr & 0xFF) << 16 | value);
521 RTL_W32(PHYAR, 0x0 | (RegAddr & 0xFF) << 16);
570 RTL_W32(TBICSR, RTL_R32(TBICSR) | TBIReset);
731 RTL_W32(TBICSR, reg & ~(TBINwEnable | TBINwRestart));
733 RTL_W32(TBICSR, reg | TBINwEnable | TBINwRestart);
1079 RTL_W32(CounterAddrHigh, (u64)paddr >> 32);
1081 RTL_W32(CounterAddrLow, cmd);
1082 RTL_W32(CounterAddrLow, cmd | CounterDump);
1089 RTL_W32(CounterAddrLo
[all...]
H A D8139too.c656 #define RTL_W32(reg, val32) iowrite32 ((val32), ioaddr + (reg)) macro
663 #define RTL_W32 RTL_W32_F macro
1391 RTL_W32 (RxConfig, tp->rx_config);
1392 RTL_W32 (TxConfig, rtl8139_tx_config);
1417 RTL_W32 (RxMissed, 0);
1489 RTL_W32 (FIFOTMS, 0x20); /* Turn on cable test mode. */
1490 RTL_W32 (PARA78, PARA78_default);
1491 RTL_W32 (PARA7c, PARA7c_default);
1514 RTL_W32 (PARA7c, param[(int) tp->twist_row]
1531 RTL_W32 (PARA7
[all...]

Completed in 204 milliseconds