Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/include/asm/
Ddma.h41 #define DMA_RST_ENET DMA_RST_SCSI /* Reset the ENET controller */ macro
/Linux-v5.4/arch/m68k/include/asm/
Ddvma.h153 #define DMA_RST_ENET DMA_RST_SCSI /* Reset the ENET controller */ macro
/Linux-v5.4/drivers/net/ethernet/amd/
Dsunlance.c992 sbus_writel(csr | DMA_RST_ENET, lp->dregs + DMA_CSR); in lance_reset()
994 sbus_writel(csr & ~DMA_RST_ENET, lp->dregs + DMA_CSR); in lance_reset()
1447 sbus_writel(csr | DMA_RST_ENET, lp->dregs + DMA_CSR); in sparc_lance_probe_one()
1449 sbus_writel(csr & ~DMA_RST_ENET, lp->dregs + DMA_CSR); in sparc_lance_probe_one()