Home
last modified time | relevance | path

Searched refs:DMA_CONTROL_DFF (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c134 csr6 |= DMA_CONTROL_RSF | DMA_CONTROL_DFF; in dwmac1000_dma_operation_mode_rx()
137 csr6 &= ~(DMA_CONTROL_RSF | DMA_CONTROL_DFF); in dwmac1000_dma_operation_mode_rx()
H A Ddwmac1000.h177 #define DMA_CONTROL_DFF 0x01000000 /* Disaable flushing */ macro
/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c182 #define DMA_CONTROL_DFF 0x01000000 /* Disable flush of rx frames */ macro