Home
last modified time | relevance | path

Searched refs:RX_FIFO_THRESH (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Drtl8139.c86 #define RX_FIFO_THRESH 4 /* Rx buffer level before first PCI xfer. */ macro
330 (RX_FIFO_THRESH << 13) |
367 outl((RX_FIFO_THRESH<<13) | (RX_BUF_LEN_IDX<<11) | (RX_DMA_BURST<<8), in rtl_reset()
H A Drtl8169.c78 #define RX_FIFO_THRESH 7 /* 7 means NO threshold, Rx buffer level before first PCI xfer. */ macro
338 (RX_FIFO_THRESH << RxCfgFIFOShift) | (RX_DMA_BURST << RxCfgDMAShift);
/openbmc/linux/drivers/net/ethernet/smsc/
H A Depic100.c68 #define RX_FIFO_THRESH 1 /* 0-3, 0==32, 64,96, or 3==128 bytes */ macro
684 ew32(GENCTL, 0x4432 | (RX_FIFO_THRESH << 8)); in epic_open()
686 ew32(GENCTL, 0x0432 | (RX_FIFO_THRESH << 8)); in epic_open()
688 ew32(GENCTL, 0x4412 | (RX_FIFO_THRESH << 8)); in epic_open()
690 ew32(GENCTL, 0x0412 | (RX_FIFO_THRESH << 8)); in epic_open()
798 ew32(GENCTL, 0x0432 | (RX_FIFO_THRESH << 8)); in epic_restart()
800 ew32(GENCTL, 0x0412 | (RX_FIFO_THRESH << 8)); in epic_restart()
/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139too.c201 #define RX_FIFO_THRESH 7 /* Rx buffer level before first PCI xfer. */ macro
694 (RX_FIFO_THRESH << RxCfgFIFOShift) |
699 (RX_FIFO_THRESH << RxCfgFIFOShift) |
704 (RX_FIFO_THRESH << RxCfgFIFOShift) |
709 (RX_FIFO_THRESH << RxCfgFIFOShift) |
H A D8139cp.c124 #define RX_FIFO_THRESH 5 /* Rx buffer level before first PCI xfer. */ macro
293 (RX_FIFO_THRESH << RxCfgFIFOShift) |
H A Dr8169_main.c197 #define RX_FIFO_THRESH (7 << RXCFG_FIFO_SHIFT) macro
2350 RTL_W32(tp, RxConfig, RX_FIFO_THRESH | RX_DMA_BURST); in rtl_init_rxcfg()
/openbmc/linux/drivers/net/ethernet/silan/
H A Dsc92031.c72 #define RX_FIFO_THRESH 7 /* Rx buffer level before first PCI xfer. */ macro