Searched refs:RTL_R32 (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.c151 #define RTL_R32(reg) ((unsigned long) readl (ioaddr + (reg))) macro
511 if (!(RTL_R32(PHYAR) & 0x80000000))
525 if (RTL_R32(PHYAR) & 0x80000000) {
526 value = (int) (RTL_R32(PHYAR) & 0xFFFF);
550 return RTL_R32(TBICSR) & TBIReset;
560 return RTL_R32(TBICSR) & TBILinkOk;
570 RTL_W32(TBICSR, RTL_R32(TBICSR) | TBIReset);
728 reg = RTL_R32(TBICSR);
932 status = RTL_R32(TBICSR);
1084 while (RTL_R32(CounterAddrLo
[all...]
H A D8139too.c670 #define RTL_R32(reg) ((unsigned long) ioread32 (ioaddr + (reg))) macro
861 if (RTL_R32 (TxConfig) == 0xFFFFFFFF) {
868 version = RTL_R32 (TxConfig) & HW_REVID_MASK;
879 "TxConfig = 0x%lx\n", RTL_R32 (TxConfig));
1136 #define eeprom_delay() (void)RTL_R32(Cfg9346)
1658 dev->name, i, RTL_R32 (TxStatus0 + (i * 4)),
1756 txstatus = RTL_R32 (TxStatus0 + (entry * sizeof (u32)));
2077 tp->stats.rx_missed_errors += RTL_R32 (RxMissed);
2238 tp->stats.rx_missed_errors += RTL_R32 (RxMissed);
2474 tp->stats.rx_missed_errors += RTL_R32 (RxMisse
[all...]

Completed in 116 milliseconds