| /linux/sound/soc/amd/ |
| H A D | acp-pcm-dma.c | 136 u32 dma_ctrl; in config_acp_dma_channel() local 139 dma_ctrl = acp_reg_read(acp_mmio, mmACP_DMA_CNTL_0 + ch_num); in config_acp_dma_channel() 140 dma_ctrl &= ~ACP_DMA_CNTL_0__DMAChRun_MASK; in config_acp_dma_channel() 141 acp_reg_write(dma_ctrl, acp_mmio, mmACP_DMA_CNTL_0 + ch_num); in config_acp_dma_channel() 182 u32 dma_ctrl; in pre_config_reset() local 186 dma_ctrl = acp_reg_read(acp_mmio, mmACP_DMA_CNTL_0 + ch_num); in pre_config_reset() 187 dma_ctrl &= ~ACP_DMA_CNTL_0__DMAChRst_MASK; in pre_config_reset() 188 acp_reg_write(dma_ctrl, acp_mmio, mmACP_DMA_CNTL_0 + ch_num); in pre_config_reset() 191 dma_ctrl, in pre_config_reset() 192 !(dma_ctrl & ACP_DMA_CNTL_0__DMAChRst_MASK), in pre_config_reset() [all …]
|
| /linux/sound/pci/au88x0/ |
| H A D | au88x0_core.c | 1075 dma->dma_ctrl); in vortex_adbdma_setfirstbuffer() 1148 dma->dma_ctrl = in vortex_adbdma_setmode() 1149 ((offset & OFFSET_MASK) | (dma->dma_ctrl & ~OFFSET_MASK)); in vortex_adbdma_setmode() 1151 dma->dma_ctrl = in vortex_adbdma_setmode() 1152 (dma->dma_ctrl & ~IE_MASK) | ((ie << IE_SHIFT) & IE_MASK); in vortex_adbdma_setmode() 1154 dma->dma_ctrl = in vortex_adbdma_setmode() 1155 (dma->dma_ctrl & ~DIR_MASK) | ((dir << DIR_SHIFT) & DIR_MASK); in vortex_adbdma_setmode() 1156 dma->dma_ctrl = in vortex_adbdma_setmode() 1157 (dma->dma_ctrl & ~FMT_MASK) | ((fmt << FMT_SHIFT) & FMT_MASK); in vortex_adbdma_setmode() 1160 dma->dma_ctrl); in vortex_adbdma_setmode() [all …]
|
| H A D | au88x0.h | 109 u32 dma_ctrl; /* this_78 (ADB), this_7c (WT) */ member
|
| /linux/drivers/video/fbdev/mmp/hw/ |
| H A D | mmp_ctrl.c | 123 tmp = readl_relaxed(ctrl_regs(path) + dma_ctrl(0, path->id)); in dmafetch_set_fmt() 126 writel_relaxed(tmp, ctrl_regs(path) + dma_ctrl(0, path->id)); in dmafetch_set_fmt() 174 tmp = readl_relaxed(ctrl_regs(path) + dma_ctrl(0, path->id)); in dmafetch_onoff() 177 writel(tmp, ctrl_regs(path) + dma_ctrl(0, path->id)); in dmafetch_onoff() 375 writel_relaxed(dma_ctrl1, ctrl_regs(path) + dma_ctrl(1, path->id)); in path_set_default() 388 tmp = readl_relaxed(ctrl_regs(path) + dma_ctrl(0, path->id)); in path_set_default() 392 writel_relaxed(tmp, ctrl_regs(path) + dma_ctrl(0, path->id)); in path_set_default()
|
| H A D | mmp_ctrl.h | 129 #define dma_ctrl(ctrl1, id) (ctrl1 ? dma_ctrl1(id) : dma_ctrl0(id)) macro
|
| /linux/arch/m68k/atari/ |
| H A D | config.c | 296 if (hwreg_present(&tt_scc_dma.dma_ctrl) && in config_atari() 299 (tt_scc_dma.dma_ctrl = 0x01, (tt_scc_dma.dma_ctrl & 1) == 1) && in config_atari() 300 (tt_scc_dma.dma_ctrl = 0x00, (tt_scc_dma.dma_ctrl & 1) == 0) in config_atari()
|
| /linux/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac-mac.c | 393 u32 dma_ctrl = DMAR_REQ_PRI; in emac_mac_dma_config() local 397 dma_ctrl |= IN_ORDER_MODE; in emac_mac_dma_config() 400 dma_ctrl |= ENH_ORDER_MODE; in emac_mac_dma_config() 403 dma_ctrl |= OUT_ORDER_MODE; in emac_mac_dma_config() 409 dma_ctrl |= (((u32)adpt->dmar_block) << REGRDBLEN_SHFT) & in emac_mac_dma_config() 411 dma_ctrl |= (((u32)adpt->dmaw_block) << REGWRBLEN_SHFT) & in emac_mac_dma_config() 413 dma_ctrl |= (((u32)adpt->dmar_dly_cnt) << DMAR_DLY_CNT_SHFT) & in emac_mac_dma_config() 415 dma_ctrl |= (((u32)adpt->dmaw_dly_cnt) << DMAW_DLY_CNT_SHFT) & in emac_mac_dma_config() 419 writel(dma_ctrl, adpt->base + EMAC_DMA_CTRL); in emac_mac_dma_config()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | tegra_nand.c | 503 u32 addr1, cmd, dma_ctrl; in tegra_nand_page_xfer() local 557 dma_ctrl = DMA_MST_CTRL_GO | DMA_MST_CTRL_PERF_EN | in tegra_nand_page_xfer() 562 dma_ctrl |= DMA_MST_CTRL_EN_A; in tegra_nand_page_xfer() 564 dma_ctrl |= DMA_MST_CTRL_EN_B; in tegra_nand_page_xfer() 567 dma_ctrl |= DMA_MST_CTRL_IN | DMA_MST_CTRL_REUSE; in tegra_nand_page_xfer() 569 dma_ctrl |= DMA_MST_CTRL_OUT; in tegra_nand_page_xfer() 571 writel_relaxed(dma_ctrl, ctrl->regs + DMA_MST_CTRL); in tegra_nand_page_xfer()
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | p54pci.h | 60 __le32 dma_ctrl; member
|
| H A D | p54usb.c | 774 P54U_WRITE(NET2280_DEV_U32, &devreg->dma_ctrl, in p54u_upload_firmware_net2280()
|
| /linux/arch/mips/sgi-ip22/ |
| H A D | ip28-berr.c | 312 u32 ctl = sgimc->dma_ctrl; in check_microtlb() 340 if (!(sgimc->dma_ctrl & 0x100)) /* Xlate-bit clear ? */ in check_vdma_memaddr()
|
| /linux/arch/mips/include/asm/sgi/ |
| H A D | mc.h | 160 volatile u32 dma_ctrl; /* Main DMA control reg */ member
|
| /linux/arch/mips/include/asm/ip32/ |
| H A D | mace.h | 100 volatile unsigned long dma_ctrl; member
|
| /linux/drivers/net/ethernet/packetengines/ |
| H A D | yellowfin.c | 42 static int dma_ctrl = 0x004A0263; /* Constrained by errata */ variable 45 static int dma_ctrl = 0x00CAC277; /* Override when loading module! */ variable 48 static const int dma_ctrl = 0x004A0263; /* Constrained by errata */ variable 606 iowrite32(dma_ctrl, ioaddr + DMACtrl); in yellowfin_open()
|
| /linux/arch/sparc/kernel/ |
| H A D | leon_pci_grpci2.c | 76 unsigned int dma_ctrl; /* 0x10 DMA */ member 582 REGSTORE(regs->dma_ctrl, 0); in grpci2_hw_init()
|
| /linux/include/video/ |
| H A D | sticore.h | 213 u32 dma_ctrl; member
|
| /linux/arch/m68k/include/asm/ |
| H A D | atarihw.h | 338 u_short dma_ctrl; member
|