Home
last modified time | relevance | path

Searched refs:DMA_CONTROL (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac100_dma.c58 u32 csr6 = readl(ioaddr + DMA_CONTROL); in dwmac100_dma_operation_mode_tx()
67 writel(csr6, ioaddr + DMA_CONTROL); in dwmac100_dma_operation_mode_tx()
H A Ddwmac_lib.c244 u32 csr6 = readl(ioaddr + DMA_CONTROL); in dwmac_dma_flush_tx_fifo()
245 writel((csr6 | DMA_CONTROL_FTF), ioaddr + DMA_CONTROL); in dwmac_dma_flush_tx_fifo()
247 do {} while ((readl(ioaddr + DMA_CONTROL) & DMA_CONTROL_FTF)); in dwmac_dma_flush_tx_fifo()
H A Ddwmac_dma.h66 #define DMA_CONTROL 0x00001018 /* Ctrl (Operational Mode) */ macro
116 #define DMA_CHAN_CONTROL(chan) dma_chan_base_addr(DMA_CONTROL, chan)
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c192 emac_wr(priv, DMA_CONTROL, 0x0); in emac_reset_hw()
240 emac_wr(priv, DMA_CONTROL, 0x0); in emac_init_hw()
1505 val = emac_rd(priv, DMA_CONTROL); in emac_configure_tx()
1507 emac_wr(priv, DMA_CONTROL, val); in emac_configure_tx()
1525 val = emac_rd(priv, DMA_CONTROL); in emac_configure_rx()
1527 emac_wr(priv, DMA_CONTROL, val); in emac_configure_rx()
H A Dk1_emac.h67 #define DMA_CONTROL 0x0004 macro
/linux/drivers/memstick/host/
H A Djmb38x_ms.c26 DMA_CONTROL = 0x08, enumerator
430 writel(DMA_CONTROL_ENABLE, host->addr + DMA_CONTROL); in jmb38x_ms_issue_cmd()
482 writel(0, host->addr + DMA_CONTROL); in jmb38x_ms_complete_cmd()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/nvrm/
H A Drpcfn.h42 X(RM, DMA_CONTROL) //26
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/nvrm/
H A Drpcfn.h42 X(RM, DMA_CONTROL, 26) // deprecated
/linux/sound/pci/ice1712/
H A Dice1724.c551 old = inb(ICEMT1724(ice, DMA_CONTROL)); in snd_vt1724_pcm_trigger()
556 outb(old, ICEMT1724(ice, DMA_CONTROL)); in snd_vt1724_pcm_trigger()
631 if ((inb(ICEMT1724(ice, DMA_CONTROL)) & DMA_STARTS) || in snd_vt1724_set_pro_rate()
780 if (!(inl(ICEMT1724(ice, DMA_CONTROL)) & VT1724_PDMA0_START)) in snd_vt1724_playback_pro_pointer()
832 if (!(inl(ICEMT1724(ice, DMA_CONTROL)) & reg->start)) in snd_vt1724_pcm_pointer()