Searched refs:TxDMAShift (Results 1 – 3 of 3) sorted by relevance
144 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */ enumerator
304 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */ enumerator
935 RTL_W32(TxConfig, (TX_DMA_BURST << TxDMAShift) | in rtl_set_rx_tx_config_registers()1386 RTL_W32(TxConfig, (TX_DMA_BURST << TxDMAShift) | in rtl_hw_start_8168()