Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac1000_dma.c157 csr6 |= DMA_CONTROL_RSF; in dwmac1000_dma_operation_mode_rx()
160 csr6 &= ~DMA_CONTROL_RSF; in dwmac1000_dma_operation_mode_rx()
Ddwmac1000.h231 #define DMA_CONTROL_RSF 0x02000000 /* Receive Store and Forward */ macro