Searched refs:DMA_CONTROL_SR (Results 1 – 6 of 6) sorted by relevance
31 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro41 value &= ~(DMA_CONTROL_ST | DMA_CONTROL_SR); in xgmac_mac_disable()
76 value |= DMA_CONTROL_SR; in dwmac_dma_start_rx()83 value &= ~DMA_CONTROL_SR; in dwmac_dma_stop_rx()
62 value |= DMA_CONTROL_SR; in dwmac4_dma_start_rx()75 value &= ~DMA_CONTROL_SR; in dwmac4_dma_stop_rx()
70 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro
133 #define DMA_CONTROL_SR BIT(0) macro
181 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro595 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