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

/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac100_dma.c38 u32 value = readl(ioaddr + DMA_BUS_MODE); dwmac100_dma_init()
43 writel(value, ioaddr + DMA_BUS_MODE); dwmac100_dma_init()
46 if (!(readl(ioaddr + DMA_BUS_MODE) & DMA_BUS_MODE_SFT_RESET)) dwmac100_dma_init()
55 ioaddr + DMA_BUS_MODE); dwmac100_dma_init()
96 (DMA_BUS_MODE + i * 4), dwmac100_dump_dma_regs()
97 readl(ioaddr + DMA_BUS_MODE + i * 4)); dwmac100_dump_dma_regs()
H A Ddwmac1000_dma.c36 u32 value = readl(ioaddr + DMA_BUS_MODE); dwmac1000_dma_init()
41 writel(value, ioaddr + DMA_BUS_MODE); dwmac1000_dma_init()
44 if (!(readl(ioaddr + DMA_BUS_MODE) & DMA_BUS_MODE_SFT_RESET)) dwmac1000_dma_init()
76 writel(value, ioaddr + DMA_BUS_MODE); dwmac1000_dma_init()
191 (DMA_BUS_MODE + offset), dwmac1000_dump_dma_regs()
192 readl(ioaddr + DMA_BUS_MODE + offset)); dwmac1000_dump_dma_regs()
H A Ddwmac_dma.h29 #define DMA_BUS_MODE 0x00001000 /* Bus Mode */ macro
H A Dstmmac_ethtool.c407 readl(priv->ioaddr + (DMA_BUS_MODE + (i * 4))); stmmac_ethtool_gregs()
417 readl(priv->ioaddr + (DMA_BUS_MODE + (i * 4))); stmmac_ethtool_gregs()

Completed in 412 milliseconds