Home
last modified time | relevance | path

Searched refs:DMA_CONTROL_SR (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/vfio/platform/reset/
Dvfio_platform_calxedaxgmac.c42 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro
52 value &= ~(DMA_CONTROL_ST | DMA_CONTROL_SR); in xgmac_mac_disable()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Ddwmac_lib.c62 value |= DMA_CONTROL_SR; in dwmac_dma_start_rx()
69 value &= ~DMA_CONTROL_SR; in dwmac_dma_stop_rx()
Ddwmac_dma.h48 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro
/linux-4.4.14/drivers/net/ethernet/calxeda/
Dxgmac.c191 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro
605 value |= DMA_CONTROL_ST | DMA_CONTROL_SR; in xgmac_mac_enable()
612 value &= ~(DMA_CONTROL_ST | DMA_CONTROL_SR); in xgmac_mac_disable()
1894 value &= ~(DMA_CONTROL_ST | DMA_CONTROL_SR); in xgmac_suspend()