Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac_lib.c77 value |= DMA_CONTROL_SR; in dwmac_dma_start_rx()
84 value &= ~DMA_CONTROL_SR; in dwmac_dma_stop_rx()
Ddwmac4_lib.c76 value |= DMA_CONTROL_SR; in dwmac4_dma_start_rx()
89 value &= ~DMA_CONTROL_SR; in dwmac4_dma_stop_rx()
Ddwmac_dma.h80 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro
Ddwmac4_dma.h122 #define DMA_CONTROL_SR BIT(0) macro
/Linux-v4.19/drivers/net/ethernet/calxeda/
Dxgmac.c192 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro
606 value |= DMA_CONTROL_ST | DMA_CONTROL_SR; in xgmac_mac_enable()
613 value &= ~(DMA_CONTROL_ST | DMA_CONTROL_SR); in xgmac_mac_disable()
1883 value &= ~(DMA_CONTROL_ST | DMA_CONTROL_SR); in xgmac_suspend()