Searched refs:DMA_CONTROL (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac100_dma.c | 58 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 D | dwmac_lib.c | 244 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 D | dwmac_dma.h | 66 #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 D | k1_emac.c | 192 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 D | k1_emac.h | 67 #define DMA_CONTROL 0x0004 macro
|
| /linux/drivers/memstick/host/ |
| H A D | jmb38x_ms.c | 26 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 D | rpcfn.h | 42 X(RM, DMA_CONTROL) //26
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/nvrm/ |
| H A D | rpcfn.h | 42 X(RM, DMA_CONTROL, 26) // deprecated
|
| /linux/sound/pci/ice1712/ |
| H A D | ice1724.c | 551 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()
|