Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c180 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro
594 value |= DMA_CONTROL_ST | DMA_CONTROL_SR; in xgmac_mac_enable()
601 value &= ~(DMA_CONTROL_ST | DMA_CONTROL_SR); in xgmac_mac_disable()
1871 value &= ~(DMA_CONTROL_ST | DMA_CONTROL_SR); in xgmac_suspend()