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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D8139too.c647 #define RTL_W32_F(reg, val32) do { iowrite32 ((val32), ioaddr + (reg)); ioread32 (ioaddr + (reg)); } while (0) macro
663 #define RTL_W32 RTL_W32_F
1384 RTL_W32_F (MAC0 + 0, cpu_to_le32 (*(u32 *) (dev->dev_addr + 0)));
1385 RTL_W32_F (MAC0 + 4, cpu_to_le32 (*(u32 *) (dev->dev_addr + 4)));
1411 RTL_W32_F (RxBuf, tp->rx_ring_dma);
1415 RTL_W32_F (TxAddr0 + (i * 4), tp->tx_bufs_dma + (tp->tx_buf[i] - tp->tx_bufs));
1721 RTL_W32_F (TxStatus0 + (entry * sizeof (u32)),
1887 RTL_W32_F (RxBuf, tp->rx_ring_dma);
2523 RTL_W32_F (RxConfig, tmp);
2526 RTL_W32_F (MAR
[all...]

Completed in 106 milliseconds