Searched refs:DMA_RST_ENET (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Ddma.h41 #define DMA_RST_ENET DMA_RST_SCSI /* Reset the ENET controller */ macro
/linux-master/arch/m68k/include/asm/
H A Ddvma.h159 #define DMA_RST_ENET DMA_RST_SCSI /* Reset the ENET controller */ macro
/linux-master/drivers/net/ethernet/amd/
H A Dsunlance.c987 sbus_writel(csr | DMA_RST_ENET, lp->dregs + DMA_CSR);
989 sbus_writel(csr & ~DMA_RST_ENET, lp->dregs + DMA_CSR);
1435 sbus_writel(csr | DMA_RST_ENET, lp->dregs + DMA_CSR);
1437 sbus_writel(csr & ~DMA_RST_ENET, lp->dregs + DMA_CSR);

Completed in 210 milliseconds