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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpci-skeleton.c332 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */ enumerator in enum:tx_config_bits
1159 NETDRV_W32 (TxConfig, (TX_DMA_BURST << TxDMAShift));
1396 NETDRV_W32 (TxConfig, TxClearAbt | (TX_DMA_BURST << TxDMAShift));
H A D8139cp.c275 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */ enumerator in enum:__anon5160
1037 cpw32_f (TxConfig, IFG | (TX_DMA_BURST << TxDMAShift));
H A Dr8169.c321 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */ enumerator in enum:RTL8169_register_content
1816 RTL_W32(TxConfig, (TX_DMA_BURST << TxDMAShift) |
H A D8139too.c402 TxDMAShift = 8, /* DMA burst value (0-7) is shifted this many bits */ enumerator in enum:tx_config_bits
706 TxIFG96 | (TX_DMA_BURST << TxDMAShift) | (TX_RETRY << TxRetryShift);
H A Dsis190.c180 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */ enumerator in enum:sis190_register_content

Completed in 142 milliseconds