Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/include/asm/
Ddma.h40 #define DMA_RST_ENET DMA_RST_SCSI /* Reset the ENET controller */ macro
/linux-4.4.14/arch/m68k/include/asm/
Ddvma.h152 #define DMA_RST_ENET DMA_RST_SCSI /* Reset the ENET controller */ macro
/linux-4.4.14/drivers/net/ethernet/amd/
Dsunlance.c991 sbus_writel(csr | DMA_RST_ENET, lp->dregs + DMA_CSR); in lance_reset()
993 sbus_writel(csr & ~DMA_RST_ENET, lp->dregs + DMA_CSR); in lance_reset()
1444 sbus_writel(csr | DMA_RST_ENET, lp->dregs + DMA_CSR); in sparc_lance_probe_one()
1446 sbus_writel(csr & ~DMA_RST_ENET, lp->dregs + DMA_CSR); in sparc_lance_probe_one()