Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc/
Ddma.h120 #define DMA_RST_ENET DMA_RST_SCSI /* Reset the ENET controller */ macro
/linux-2.4.37.9/include/asm-sparc64/
Ddma.h108 #define DMA_RST_ENET DMA_RST_SCSI /* Reset the ENET controller */ macro
/linux-2.4.37.9/include/asm-m68k/
Ddvma.h155 #define DMA_RST_ENET DMA_RST_SCSI /* Reset the ENET controller */ macro
/linux-2.4.37.9/drivers/net/
Dsunlance.c998 sbus_writel(csr | DMA_RST_ENET, lp->dregs + DMA_CSR); in lance_reset()
1000 sbus_writel(csr & ~DMA_RST_ENET, lp->dregs + DMA_CSR); in lance_reset()
1441 sbus_writel(csr | DMA_RST_ENET, lp->dregs + DMA_CSR); in sparc_lance_init()
1443 sbus_writel(csr & ~DMA_RST_ENET, lp->dregs + DMA_CSR); in sparc_lance_init()