Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/platform/reset/
H 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()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_lib.c81 value |= DMA_CONTROL_SR; in dwmac_dma_start_rx()
88 value &= ~DMA_CONTROL_SR; in dwmac_dma_stop_rx()
H A Ddwmac4_lib.c77 value |= DMA_CONTROL_SR; in dwmac4_dma_start_rx()
92 value &= ~DMA_CONTROL_SR; in dwmac4_dma_stop_rx()
H A Ddwmac_dma.h70 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro
H A Ddwmac4_dma.h147 #define DMA_CONTROL_SR BIT(0) macro
/openbmc/qemu/hw/net/
H A Dxgmac.c117 #define DMA_CONTROL_SR 0x00000002 /* Start/Stop Receive */ macro
331 return s->regs[DMA_CONTROL] & DMA_CONTROL_SR; in eth_can_rx()
/openbmc/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()
1876 value &= ~(DMA_CONTROL_ST | DMA_CONTROL_SR); in xgmac_suspend()