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.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()
1872 value &= ~(DMA_CONTROL_ST | DMA_CONTROL_SR); in xgmac_suspend()