Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac100_dma.c27 ioaddr + DMA_BUS_MODE); in dwmac100_dma_init()
76 reg_space[DMA_BUS_MODE / 4 + i] = in dwmac100_dump_dma_regs()
77 readl(ioaddr + DMA_BUS_MODE + i * 4); in dwmac100_dump_dma_regs()
H A Ddwmac_lib.c19 u32 value = readl(ioaddr + DMA_BUS_MODE); in dwmac_dma_reset()
23 writel(value, ioaddr + DMA_BUS_MODE); in dwmac_dma_reset()
25 return readl_poll_timeout(ioaddr + DMA_BUS_MODE, value, in dwmac_dma_reset()
H A Ddwmac_dma.h15 #define DMA_BUS_MODE 0x00001000 /* Bus Mode */ macro
106 #define DMA_CHAN_BUS_MODE(chan) dma_chan_base_addr(DMA_BUS_MODE, chan)
H A Ddwmac1000_dma.c196 reg_space[DMA_BUS_MODE / 4 + i] = in dwmac1000_dump_dma_regs()
197 readl(ioaddr + DMA_BUS_MODE + i * 4); in dwmac1000_dump_dma_regs()