Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c160 csr6 |= DMA_CONTROL_RSF; in dwmac1000_dma_operation_mode_rx()
163 csr6 &= ~DMA_CONTROL_RSF; in dwmac1000_dma_operation_mode_rx()
H A Ddwmac1000.h231 #define DMA_CONTROL_RSF 0x02000000 /* Receive Store and Forward */ macro