Home
last modified time | relevance | path

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

/linux/drivers/vfio/platform/reset/
A Dvfio_platform_calxedaxgmac.c31 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro
41 value &= ~(DMA_CONTROL_ST | DMA_CONTROL_SR); in xgmac_mac_disable()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac_lib.c76 value |= DMA_CONTROL_SR; in dwmac_dma_start_rx()
83 value &= ~DMA_CONTROL_SR; in dwmac_dma_stop_rx()
A Ddwmac4_lib.c62 value |= DMA_CONTROL_SR; in dwmac4_dma_start_rx()
75 value &= ~DMA_CONTROL_SR; in dwmac4_dma_stop_rx()
A Ddwmac_dma.h70 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro
A Ddwmac4_dma.h133 #define DMA_CONTROL_SR BIT(0) macro
/linux/drivers/net/ethernet/calxeda/
A Dxgmac.c181 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro
595 value |= DMA_CONTROL_ST | DMA_CONTROL_SR; in xgmac_mac_enable()
602 value &= ~(DMA_CONTROL_ST | DMA_CONTROL_SR); in xgmac_mac_disable()
1876 value &= ~(DMA_CONTROL_ST | DMA_CONTROL_SR); in xgmac_suspend()

Completed in 13 milliseconds