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

/drivers/net/ethernet/realtek/
H A D8139cp.c259 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */ enumerator in enum:__anon3830
1056 cpw32_f (TxConfig, IFG | (TX_DMA_BURST << TxDMAShift));
H A D8139too.c399 TxDMAShift = 8, /* DMA burst value (0-7) is shifted X many bits */ enumerator in enum:tx_config_bits
712 TxIFG96 | (TX_DMA_BURST << TxDMAShift) | (TX_RETRY << TxRetryShift);
H A Dr8169.c563 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */ enumerator in enum:rtl_register_content
5179 RTL_W32(TxConfig, (TX_DMA_BURST << TxDMAShift) |
/drivers/net/ethernet/sis/
H A Dsis190.c159 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */ enumerator in enum:sis190_register_content

Completed in 152 milliseconds