Searched refs:DMA_BUS_MODE_SFT_RESET (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Ddwmac1000_dma.c37 value |= DMA_BUS_MODE_SFT_RESET;
39 do {} while ((readl(ioaddr + DMA_BUS_MODE) & DMA_BUS_MODE_SFT_RESET));
H A Ddwmac100_dma.c39 value |= DMA_BUS_MODE_SFT_RESET;
41 do {} while ((readl(ioaddr + DMA_BUS_MODE) & DMA_BUS_MODE_SFT_RESET));
H A Ddwmac100.h95 #define DMA_BUS_MODE_SFT_RESET 0x00000001 /* Software Reset */ macro
H A Ddwmac1000.h127 #define DMA_BUS_MODE_SFT_RESET 0x00000001 /* Software Reset */ macro

Completed in 69 milliseconds