Symbol: DMA_CONTROL
drivers/memstick/host/jmb38x_ms.c
430
writel(DMA_CONTROL_ENABLE, host->addr + DMA_CONTROL);
drivers/memstick/host/jmb38x_ms.c
482
writel(0, host->addr + DMA_CONTROL);
drivers/net/ethernet/spacemit/k1_emac.c
1502
val = emac_rd(priv, DMA_CONTROL);
drivers/net/ethernet/spacemit/k1_emac.c
1504
emac_wr(priv, DMA_CONTROL, val);
drivers/net/ethernet/spacemit/k1_emac.c
1522
val = emac_rd(priv, DMA_CONTROL);
drivers/net/ethernet/spacemit/k1_emac.c
1524
emac_wr(priv, DMA_CONTROL, val);
drivers/net/ethernet/spacemit/k1_emac.c
190
emac_wr(priv, DMA_CONTROL, 0x0);
drivers/net/ethernet/spacemit/k1_emac.c
238
emac_wr(priv, DMA_CONTROL, 0x0);
drivers/net/ethernet/stmicro/stmmac/dwmac100_dma.c
58
u32 csr6 = readl(ioaddr + DMA_CONTROL);
drivers/net/ethernet/stmicro/stmmac/dwmac100_dma.c
67
writel(csr6, ioaddr + DMA_CONTROL);
drivers/net/ethernet/stmicro/stmmac/dwmac_dma.h
116
#define DMA_CHAN_CONTROL(chan) dma_chan_base_addr(DMA_CONTROL, chan)
drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c
244
u32 csr6 = readl(ioaddr + DMA_CONTROL);
drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c
245
writel((csr6 | DMA_CONTROL_FTF), ioaddr + DMA_CONTROL);
drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c
247
do {} while ((readl(ioaddr + DMA_CONTROL) & DMA_CONTROL_FTF));
sound/pci/ice1712/ice1724.c
551
old = inb(ICEMT1724(ice, DMA_CONTROL));
sound/pci/ice1712/ice1724.c
556
outb(old, ICEMT1724(ice, DMA_CONTROL));
sound/pci/ice1712/ice1724.c
631
if ((inb(ICEMT1724(ice, DMA_CONTROL)) & DMA_STARTS) ||
sound/pci/ice1712/ice1724.c
789
if (!(inl(ICEMT1724(ice, DMA_CONTROL)) & VT1724_PDMA0_START))
sound/pci/ice1712/ice1724.c
841
if (!(inl(ICEMT1724(ice, DMA_CONTROL)) & reg->start))