Home
last modified time | relevance | path

Searched refs:DMA_BUS_MODE (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac100_dma.c36 ioaddr + DMA_BUS_MODE); in dwmac100_dma_init()
83 reg_space[DMA_BUS_MODE / 4 + i] = in dwmac100_dump_dma_regs()
84 readl(ioaddr + DMA_BUS_MODE + i * 4); in dwmac100_dump_dma_regs()
Ddwmac1000_dma.c86 u32 value = readl(ioaddr + DMA_BUS_MODE); in dwmac1000_dma_init()
117 writel(value, ioaddr + DMA_BUS_MODE); in dwmac1000_dma_init()
227 reg_space[DMA_BUS_MODE / 4 + i] = in dwmac1000_dump_dma_regs()
228 readl(ioaddr + DMA_BUS_MODE + i * 4); in dwmac1000_dump_dma_regs()
Ddwmac_lib.c28 u32 value = readl(ioaddr + DMA_BUS_MODE); in dwmac_dma_reset()
33 writel(value, ioaddr + DMA_BUS_MODE); in dwmac_dma_reset()
35 err = readl_poll_timeout(ioaddr + DMA_BUS_MODE, value, in dwmac_dma_reset()
Ddwmac4_lib.c19 u32 value = readl(ioaddr + DMA_BUS_MODE); in dwmac4_dma_reset()
24 writel(value, ioaddr + DMA_BUS_MODE); in dwmac4_dma_reset()
27 if (!(readl(ioaddr + DMA_BUS_MODE) & DMA_BUS_MODE_SFT_RESET)) in dwmac4_dma_reset()
Ddwmac_dma.h25 #define DMA_BUS_MODE 0x00001000 /* Bus Mode */ macro
Ddwmac4_dma.h22 #define DMA_BUS_MODE 0x00001000 macro
Dstmmac_ethtool.c442 memcpy(&reg_space[ETHTOOL_DMA_OFFSET], &reg_space[DMA_BUS_MODE / 4], in stmmac_ethtool_gregs()