Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds