/Linux-v6.6/drivers/ata/ |
D | ahci_dwc.c | 122 u32 dmacr[AHCI_MAX_PORTS]; member 265 u32 port, dmacr, ts; in ahci_dwc_init_dmacr() local 284 dmacr = readl(port_mmio + AHCI_DWC_PORT_DMACR); in ahci_dwc_init_dmacr() 288 dmacr &= ~AHCI_DWC_PORT_TXTS_MASK; in ahci_dwc_init_dmacr() 289 dmacr |= FIELD_PREP(AHCI_DWC_PORT_TXTS_MASK, ts); in ahci_dwc_init_dmacr() 294 dmacr &= ~AHCI_DWC_PORT_RXTS_MASK; in ahci_dwc_init_dmacr() 295 dmacr |= FIELD_PREP(AHCI_DWC_PORT_RXTS_MASK, ts); in ahci_dwc_init_dmacr() 298 writel(dmacr, port_mmio + AHCI_DWC_PORT_DMACR); in ahci_dwc_init_dmacr() 299 dpriv->dmacr[port] = dmacr; in ahci_dwc_init_dmacr() 361 writel(dpriv->dmacr[i], port_mmio + AHCI_DWC_PORT_DMACR); in ahci_dwc_reinit_host()
|
D | sata_dwc_460ex.c | 58 u32 dmacr; /* DMA Control */ member 689 u32 dmacr = sata_dwc_readl(&hsdev->sata_dwc_regs->dmacr); in sata_dwc_clear_dmacr() local 692 dmacr = SATA_DWC_DMACR_RX_CLEAR(dmacr); in sata_dwc_clear_dmacr() 693 sata_dwc_writel(&hsdev->sata_dwc_regs->dmacr, dmacr); in sata_dwc_clear_dmacr() 695 dmacr = SATA_DWC_DMACR_TX_CLEAR(dmacr); in sata_dwc_clear_dmacr() 696 sata_dwc_writel(&hsdev->sata_dwc_regs->dmacr, dmacr); in sata_dwc_clear_dmacr() 700 * sync. If it does happen, clear dmacr anyway. in sata_dwc_clear_dmacr() 703 "%s DMA protocol RX and TX DMA not pending tag=0x%02x pending=%d dmacr: 0x%08x\n", in sata_dwc_clear_dmacr() 704 __func__, tag, hsdevp->dma_pending[tag], dmacr); in sata_dwc_clear_dmacr() 705 sata_dwc_writel(&hsdev->sata_dwc_regs->dmacr, in sata_dwc_clear_dmacr() [all …]
|
/Linux-v6.6/drivers/tty/serial/ |
D | amba-pl011.c | 257 unsigned int dmacr; /* dma control reg */ member 551 u16 dmacr; in pl011_dma_tx_callback() local 558 dmacr = uap->dmacr; in pl011_dma_tx_callback() 559 uap->dmacr = dmacr & ~UART011_TXDMAE; in pl011_dma_tx_callback() 560 pl011_write(uap->dmacr, uap, REG_DMACR); in pl011_dma_tx_callback() 569 * get further refills (hence we check dmacr). in pl011_dma_tx_callback() 571 if (!(dmacr & UART011_TXDMAE) || uart_tx_stopped(&uap->port) || in pl011_dma_tx_callback() 673 uap->dmacr |= UART011_TXDMAE; in pl011_dma_tx_refill() 674 pl011_write(uap->dmacr, uap, REG_DMACR); in pl011_dma_tx_refill() 708 uap->dmacr |= UART011_TXDMAE; in pl011_dma_tx_irq() [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/display/imx/ |
D | fsl,imx-lcdc.yaml | 53 fsl,dmacr: 79 fsl,dmacr: false
|
/Linux-v6.6/sound/soc/fsl/ |
D | p1022_rdk.c | 41 * Set the DMACR register in the GUTS 43 * The DMACR register determines the source of initiated transfers for each 87 * Here we program the DMACR and PMUXCR registers. 159 * de-program the DMACR and PMUXCR register.
|
D | p1022_ds.c | 34 * Set the DMACR register in the GUTS 36 * The DMACR register determines the source of initiated transfers for each 81 * Here we program the DMACR and PMUXCR registers. 155 * de-program the DMACR and PMUXCR register.
|
D | mpc8610_hpcd.c | 49 * Here we program the DMACR and PMUXCR registers. 133 * de-program the DMACR and PMUXCR register.
|
/Linux-v6.6/include/linux/fsl/ |
D | guts.h | 106 u32 dmacr; /* 0x.0908 - DMA Control Register */ member 143 * Set the DMACR register in the GUTS 145 * The DMACR register determines the source of initiated transfers for each 160 clrsetbits_be32(&guts->dmacr, 3 << shift, device << shift); in guts_set_dmacr()
|
/Linux-v6.6/drivers/video/fbdev/ |
D | imxfb.c | 178 u_int dmacr; member 656 /* dmacr = 0 is no valid value, as we need DMA control marks. */ in imxfb_activate_var() 657 if (fbi->dmacr) in imxfb_activate_var() 658 writel(fbi->dmacr, fbi->regs + LCDC_DMACR); in imxfb_activate_var() 714 of_property_read_u32(np, "fsl,dmacr", &fbi->dmacr); in imxfb_init_fbinfo()
|
/Linux-v6.6/sound/soc/rockchip/ |
D | rockchip_spdif.h | 33 * DMACR
|
D | rockchip_i2s.h | 128 * DMACR
|
D | rockchip_i2s_tdm.h | 137 * DMACR
|
/Linux-v6.6/drivers/spi/ |
D | spi-rockchip.c | 146 /* Bit fields in DMACR */ 535 u32 dmacr = 0; in rockchip_spi_config() local 580 dmacr |= TF_DMA_EN; in rockchip_spi_config() 582 dmacr |= RF_DMA_EN; in rockchip_spi_config() 600 writel_relaxed(dmacr, rs->regs + ROCKCHIP_SPI_DMACR); in rockchip_spi_config()
|
D | spi-pl022.c | 408 * @dmacr: Value of DMA control Register of SSP 422 u16 dmacr; member 561 writew(chip->dmacr, SSP_DMACR(pl022->virtbase)); in restore_state() 1489 dev_warn(&pl022->adev->dev, "spi-pl022 DMACR: %x\n", read_dmacr); in print_current_status() 1964 chip->dmacr = 0; in pl022_setup() 1970 SSP_WRITE_BITS(chip->dmacr, SSP_DMA_ENABLED, in pl022_setup() 1972 SSP_WRITE_BITS(chip->dmacr, SSP_DMA_ENABLED, in pl022_setup() 1977 SSP_WRITE_BITS(chip->dmacr, SSP_DMA_DISABLED, in pl022_setup() 1979 SSP_WRITE_BITS(chip->dmacr, SSP_DMA_DISABLED, in pl022_setup()
|
D | spi-dw.h | 120 /* Bit fields in DMACR */
|
D | spi-dw-core.c | 54 DW_SPI_DBGFS_REG("DMACR", DW_SPI_DMACR),
|
/Linux-v6.6/drivers/dma/xilinx/ |
D | xilinx_dma.c | 2539 u32 dmacr; in xilinx_vdma_channel_set_config() local 2544 dmacr = dma_ctrl_read(chan, XILINX_DMA_REG_DMACR); in xilinx_vdma_channel_set_config() 2553 dmacr &= ~XILINX_DMA_DMACR_GENLOCK_EN; in xilinx_vdma_channel_set_config() 2555 dmacr |= XILINX_DMA_DMACR_GENLOCK_EN; in xilinx_vdma_channel_set_config() 2556 dmacr &= ~XILINX_DMA_DMACR_MASTER_MASK; in xilinx_vdma_channel_set_config() 2557 dmacr |= cfg->master << XILINX_DMA_DMACR_MASTER_SHIFT; in xilinx_vdma_channel_set_config() 2572 dmacr &= ~XILINX_DMA_DMACR_FRAME_COUNT_MASK; in xilinx_vdma_channel_set_config() 2573 dmacr |= cfg->coalesc << XILINX_DMA_DMACR_FRAME_COUNT_SHIFT; in xilinx_vdma_channel_set_config() 2578 dmacr &= ~XILINX_DMA_DMACR_DELAY_MASK; in xilinx_vdma_channel_set_config() 2579 dmacr |= cfg->delay << XILINX_DMA_DMACR_DELAY_SHIFT; in xilinx_vdma_channel_set_config() [all …]
|
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/ |
D | imx27-eukrea-mbimxsd27-baseboard.dts | 91 fsl,dmacr = <0x00040060>;
|
D | imx27-apf27dev.dts | 94 fsl,dmacr = <0x00020010>;
|
D | imx25-pdk.dts | 242 fsl,dmacr = <0x00020010>;
|
D | imx27-phytec-phycore-rdk.dts | 74 fsl,dmacr = <0x00020010>;
|
/Linux-v6.6/drivers/dma/ |
D | mpc512x_dma.c | 95 u32 dmacr; /* DMA control register */ member 1023 out_be32(&mdma->regs->dmacr, MPC_DMA_DMACR_ERCA); in mpc_dma_probe() 1034 out_be32(&mdma->regs->dmacr, MPC_DMA_DMACR_EDCG | in mpc_dma_probe()
|
/Linux-v6.6/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq_cmd.h | 425 __le32 dmacr; member
|