Searched refs:RX_DMA_BURST (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | rtl8139.c | 87 #define RX_DMA_BURST 4 /* Maximum PCI burst, '4' is 256 bytes */ macro 331 (RX_DMA_BURST << 8); 367 outl((RX_FIFO_THRESH<<13) | (RX_BUF_LEN_IDX<<11) | (RX_DMA_BURST<<8), in rtl_reset()
|
H A D | rtl8169.c | 79 #define RX_DMA_BURST 6 /* Maximum PCI burst, '6' is 1024 */ macro 338 (RX_FIFO_THRESH << RxCfgFIFOShift) | (RX_DMA_BURST << RxCfgDMAShift);
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | 8139too.c | 202 #define RX_DMA_BURST 7 /* Maximum PCI burst, '6' is 1024 */ macro 695 (RX_DMA_BURST << RxCfgDMAShift); 700 (RX_DMA_BURST << RxCfgDMAShift); 705 (RX_DMA_BURST << RxCfgDMAShift); 710 (RX_DMA_BURST << RxCfgDMAShift);
|
H A D | r8169_main.c | 202 #define RX_DMA_BURST (7 << RXCFG_DMA_SHIFT) macro 2350 RTL_W32(tp, RxConfig, RX_FIFO_THRESH | RX_DMA_BURST); in rtl_init_rxcfg() 2355 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST); in rtl_init_rxcfg() 2358 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST | RX_EARLY_OFF); in rtl_init_rxcfg() 2361 RTL_W32(tp, RxConfig, RX_FETCH_DFLT_8125 | RX_DMA_BURST); in rtl_init_rxcfg() 2364 RTL_W32(tp, RxConfig, RX_FETCH_DFLT_8125 | RX_DMA_BURST | in rtl_init_rxcfg() 2368 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_DMA_BURST); in rtl_init_rxcfg()
|
H A D | 8139cp.c | 125 #define RX_DMA_BURST 4 /* Maximum PCI burst, '4' is 256 */ macro 294 (RX_DMA_BURST << RxCfgDMAShift);
|