Home
last modified time | relevance | path

Searched refs:RX_DMA_BURST (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Drtl8139.c91 #define RX_DMA_BURST 4 /* Maximum PCI burst, '4' is 256 bytes */ macro
339 (RX_DMA_BURST << 8);
375 outl((RX_FIFO_THRESH<<13) | (RX_BUF_LEN_IDX<<11) | (RX_DMA_BURST<<8), in rtl_reset()
H A Drtl8169.c80 #define RX_DMA_BURST 6 /* Maximum PCI burst, '6' is 1024 */ macro
343 (RX_FIFO_THRESH << RxCfgFIFOShift) | (RX_DMA_BURST << RxCfgDMAShift);