Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/realtek/
D8139cp.c260 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */ enumerator
1044 cpw32_f (TxConfig, IFG | (TX_DMA_BURST << TxDMAShift)); in cp_init_hw()
D8139too.c404 TxDMAShift = 8, /* DMA burst value (0-7) is shifted X many bits */ enumerator
716 TxIFG96 | (TX_DMA_BURST << TxDMAShift) | (TX_RETRY << TxRetryShift);
Dr8169_main.c402 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */ enumerator
2480 u32 val = TX_DMA_BURST << TxDMAShift | in rtl_set_tx_config_registers()
/linux-5.19.10/drivers/net/ethernet/sis/
Dsis190.c159 TxDMAShift = 8, /* DMA burst value (0-7) is shift this many bits */ enumerator