Home
last modified time | relevance | path

Searched refs:DMA_DEV_TO_MEM (Results 1 – 25 of 211) sorted by relevance

123456789

/linux/drivers/dma/dw/
A Didma32.c74 case DMA_DEV_TO_MEM: in idma32_initialize_chan_xbar()
101 case DMA_DEV_TO_MEM: in idma32_initialize_chan_xbar()
117 case DMA_DEV_TO_MEM: in idma32_initialize_chan_xbar()
214 else if (dwc->direction == DMA_DEV_TO_MEM) in idma32_prepare_ctllo()
/linux/drivers/dma/ti/
A Domap-dma.c285 case DMA_DEV_TO_MEM: in omap_dma_fill_type2_desc()
437 if (d->dir == DMA_DEV_TO_MEM) in omap_dma_start()
974 if (dir == DMA_DEV_TO_MEM) { in omap_dma_prep_slave_sg()
1030 if (dir == DMA_DEV_TO_MEM) { in omap_dma_prep_slave_sg()
1071 if (dir == DMA_DEV_TO_MEM) in omap_dma_prep_slave_sg()
1076 if (dir == DMA_DEV_TO_MEM) in omap_dma_prep_slave_sg()
1152 if (dir == DMA_DEV_TO_MEM) { in omap_dma_prep_dma_cyclic()
1195 if (dir == DMA_DEV_TO_MEM) in omap_dma_prep_dma_cyclic()
1209 if (dir == DMA_DEV_TO_MEM) in omap_dma_prep_dma_cyclic()
1219 if (dir == DMA_DEV_TO_MEM) { in omap_dma_prep_dma_cyclic()
[all …]
A Dk3-udma.c624 case DMA_DEV_TO_MEM: in udma_is_chan_paused()
658 case DMA_DEV_TO_MEM: in udma_push_to_ring()
698 case DMA_DEV_TO_MEM: in udma_pop_from_ring()
732 case DMA_DEV_TO_MEM: in udma_reset_rings()
815 case DMA_DEV_TO_MEM: in udma_reset_chan()
923 case DMA_DEV_TO_MEM: in udma_start()
1011 case DMA_DEV_TO_MEM: in udma_stop()
2268 case DMA_DEV_TO_MEM: in udma_alloc_chan_resources()
2435 case DMA_DEV_TO_MEM: in bcdma_alloc_chan_resources()
2629 case DMA_DEV_TO_MEM: in pktdma_alloc_chan_resources()
[all …]
/linux/drivers/i2c/busses/
A Di2c-stm32.c61 dma_sconfig.direction = DMA_DEV_TO_MEM; in stm32_i2c_dma_request()
110 dma->dma_transfer_dir = DMA_DEV_TO_MEM; in stm32_i2c_prep_dma_xfer()
/linux/drivers/dma/hsu/
A Dhsu.c56 else if (hsuc->direction == DMA_DEV_TO_MEM) in hsu_chan_enable()
73 } else if (hsuc->direction == DMA_DEV_TO_MEM) { in hsu_dma_chan_start()
455 hsuc->direction = (i & 0x1) ? DMA_DEV_TO_MEM : DMA_MEM_TO_DEV; in hsu_dma_probe()
477 hsu->dma.directions = BIT(DMA_DEV_TO_MEM) | BIT(DMA_MEM_TO_DEV); in hsu_dma_probe()
/linux/drivers/soc/tegra/fuse/
A Dfuse-tegra20.c64 sizeof(u32), DMA_DEV_TO_MEM, in tegra20_fuse_read()
147 fuse->apbdma.config.direction = DMA_DEV_TO_MEM; in tegra20_fuse_probe()
/linux/drivers/dma/dw-edma/
A Ddw-edma-core.c222 caps->directions = BIT(DMA_DEV_TO_MEM); in dw_edma_device_caps()
227 caps->directions = BIT(DMA_DEV_TO_MEM); in dw_edma_device_caps()
405 if ((chan->dir == EDMA_DIR_READ && dir != DMA_DEV_TO_MEM) || in dw_edma_device_transfer()
409 if ((chan->dir == EDMA_DIR_WRITE && dir != DMA_DEV_TO_MEM) || in dw_edma_device_transfer()
445 if (dir == DMA_DEV_TO_MEM) in dw_edma_device_transfer()
484 if (dir == DMA_DEV_TO_MEM) { in dw_edma_device_transfer()
790 dma->directions = BIT(DMA_DEV_TO_MEM) | BIT(DMA_MEM_TO_DEV); in dw_edma_channel_setup()
/linux/drivers/dma/
A Dbcm2835-dma.c401 if (direction == DMA_DEV_TO_MEM) in bcm2835_dma_fill_cb_chain_with_sg()
548 if (d->dir == DMA_DEV_TO_MEM) in bcm2835_dma_desc_size_pos()
585 else if (d->dir == DMA_DEV_TO_MEM) in bcm2835_dma_tx_status()
662 if (direction == DMA_DEV_TO_MEM) { in bcm2835_dma_prep_slave_sg()
736 if (direction == DMA_DEV_TO_MEM) { in bcm2835_dma_prep_dma_cyclic()
926 od->ddev.directions = BIT(DMA_DEV_TO_MEM) | BIT(DMA_MEM_TO_DEV) | in bcm2835_dma_probe()
A Dste_dma40_ll.c39 if (cfg->dir == DMA_DEV_TO_MEM || in d40_log_cfg()
44 if (cfg->dir == DMA_DEV_TO_MEM || in d40_log_cfg()
73 if ((cfg->dir == DMA_DEV_TO_MEM) || in d40_phy_cfg()
A Duniphier-xdmac.c149 if (xd->dir == DMA_DEV_TO_MEM) { in uniphier_xdmac_chan_start()
335 if (direction == DMA_DEV_TO_MEM) { in uniphier_xdmac_prep_slave_sg()
357 xd->nodes[i].src = (direction == DMA_DEV_TO_MEM) in uniphier_xdmac_prep_slave_sg()
512 ddev->directions = BIT(DMA_DEV_TO_MEM) | BIT(DMA_MEM_TO_DEV) | in uniphier_xdmac_probe()
A Dmmp_pdma.c495 } else if (chan->dir == DMA_DEV_TO_MEM) { in mmp_pdma_prep_memcpy()
631 case DMA_DEV_TO_MEM: in mmp_pdma_prep_dma_cyclic()
701 if (direction == DMA_DEV_TO_MEM) { in mmp_pdma_config_write()
776 if (chan->dir == DMA_DEV_TO_MEM) in mmp_pdma_residue()
784 if (chan->dir == DMA_DEV_TO_MEM) in mmp_pdma_residue()
1098 pdev->device.directions = BIT(DMA_MEM_TO_DEV) | BIT(DMA_DEV_TO_MEM); in mmp_pdma_probe()
A Dfsl-edma-common.c304 case DMA_DEV_TO_MEM: in fsl_edma_prep_slave_dma()
501 burst = cfg->direction == DMA_DEV_TO_MEM ? in fsl_edma_fill_tcd()
626 } else if (direction == DMA_DEV_TO_MEM) { in fsl_edma_prep_dma_cyclic()
691 } else if (direction == DMA_DEV_TO_MEM) { in fsl_edma_prep_slave_sg()
710 u32 width = (direction == DMA_DEV_TO_MEM) ? doff : soff; in fsl_edma_prep_slave_sg()
711 u32 burst = (direction == DMA_DEV_TO_MEM) ? in fsl_edma_prep_slave_sg()
A Dste_dma40.c881 chan->dma_cfg.dir == DMA_DEV_TO_MEM)) in d40_log_lli_to_lcxa()
1267 if ((d40c->dma_cfg.dir == DMA_DEV_TO_MEM) || in d40_config_set_event()
1272 if (d40c->dma_cfg.dir != DMA_DEV_TO_MEM) in d40_config_set_event()
1870 if (d40c->dma_cfg.dir == DMA_DEV_TO_MEM) { in d40_allocate_channel()
2036 else if (d40c->dma_cfg.dir == DMA_DEV_TO_MEM) in d40_free_dma()
2260 if (direction == DMA_DEV_TO_MEM) in d40_prep_sg()
2393 cfg.dir = DMA_DEV_TO_MEM; in d40_xlate()
2442 if (d40c->dma_cfg.dir == DMA_DEV_TO_MEM) in d40_alloc_chan_resources()
2698 if (direction == DMA_DEV_TO_MEM) { in d40_set_runtime_config_write()
2701 if (cfg->dir != DMA_DEV_TO_MEM) in d40_set_runtime_config_write()
[all …]
A Dmmp_tdma.c212 else if (tdmac->dir == DMA_DEV_TO_MEM) in mmp_tdma_config_chan()
522 if (dir == DMA_DEV_TO_MEM) { in mmp_tdma_config_write()
702 tdev->device.directions = BIT(DMA_DEV_TO_MEM) | BIT(DMA_MEM_TO_DEV); in mmp_tdma_probe()
A Dnbpfaxi.c448 case DMA_DEV_TO_MEM: in nbpf_xfer_ds()
542 case DMA_DEV_TO_MEM: in nbpf_prep_one()
932 case DMA_DEV_TO_MEM: in nbpf_prep_sg()
978 mem_sg = direction == DMA_DEV_TO_MEM ? dst_sg : src_sg; in nbpf_prep_sg()
1029 case DMA_DEV_TO_MEM: in nbpf_prep_slave_sg()
1429 dma_dev->directions = BIT(DMA_DEV_TO_MEM) | BIT(DMA_MEM_TO_DEV); in nbpf_probe()
A Dtegra210-adma.c268 case DMA_DEV_TO_MEM: in tegra_adma_request_alloc()
299 case DMA_DEV_TO_MEM: in tegra_adma_request_free()
579 case DMA_DEV_TO_MEM: in tegra_adma_set_xfer_params()
943 tdma->dma_dev.directions = BIT(DMA_DEV_TO_MEM) | BIT(DMA_MEM_TO_DEV); in tegra_adma_probe()
/linux/drivers/dma/mediatek/
A Dmtk-uart-apdma.c259 if (c->dir == DMA_DEV_TO_MEM) in mtk_uart_apdma_irq_handler()
376 if (c->dir == DMA_DEV_TO_MEM) in mtk_uart_apdma_issue_pending()
427 if (c->dir == DMA_DEV_TO_MEM) in mtk_uart_apdma_terminate_all()
518 mtkd->ddev.directions = BIT(DMA_DEV_TO_MEM) | BIT(DMA_MEM_TO_DEV); in mtk_uart_apdma_probe()
/linux/include/sound/
A Ddmaengine_pcm.h27 return DMA_DEV_TO_MEM; in snd_pcm_substream_to_dma_direction()
/linux/drivers/tty/serial/8250/
A D8250_dma.c163 dma->rx_size, DMA_DEV_TO_MEM, in serial8250_rx_dma()
203 dma->rxconf.direction = DMA_DEV_TO_MEM; in serial8250_request_dma()
/linux/drivers/soc/ti/
A Dknav_dma.c428 config->direction == DMA_DEV_TO_MEM ? "receive" : in knav_dma_open_channel()
432 config->direction != DMA_DEV_TO_MEM) { in knav_dma_open_channel()
588 } else if (dir == DMA_DEV_TO_MEM) { in pktdma_init_chan()
681 if (pktdma_init_chan(dma, DMA_DEV_TO_MEM, i) >= 0) in dma_init()
/linux/drivers/pci/endpoint/functions/
A Dpci-epf-mhi.c328 config.direction = DMA_DEV_TO_MEM; in pci_epf_mhi_edma_read()
346 DMA_DEV_TO_MEM, in pci_epf_mhi_edma_read()
502 config.direction = DMA_DEV_TO_MEM; in pci_epf_mhi_edma_read_async()
520 DMA_DEV_TO_MEM, in pci_epf_mhi_edma_read_async()
680 filter.dma_mask = BIT(DMA_DEV_TO_MEM); in pci_epf_mhi_dma_init()
/linux/Documentation/arch/arm/stm32/
A Dstm32-dma-mdma-chaining.rst222 DMA_DEV_TO_MEM:
319 config.direction = DMA_DEV_TO_MEM;
326 config.direction = DMA_DEV_TO_MEM;
353 case of DMA_DEV_TO_MEM) or the SRAM buffer (in case of DMA_MEM_TO_DEV), the
364 * DMA_DEV_TO_MEM: set the callback on the "MDMA" descriptor
396 DMA_DEV_TO_MEM and keep the "classic" DMA usage for DMA_MEM_TO_DEV, unless
/linux/drivers/spi/
A Dspi-dw-dma.c89 rx.directions & BIT(DMA_DEV_TO_MEM))) in dw_spi_dma_caps_init()
430 rxconf.direction = DMA_DEV_TO_MEM; in dw_spi_dma_config_rx()
448 DMA_DEV_TO_MEM, in dw_spi_dma_submit_rx()
/linux/drivers/crypto/qce/
A Ddma.c113 return qce_dma_prep_sg(txchan, tx_sg, tx_nents, flags, DMA_DEV_TO_MEM, in qce_dma_prep_sgs()
/linux/drivers/media/pci/mgb4/
A Dmgb4_dma.c39 cfg.direction = DMA_DEV_TO_MEM; in mgb4_dma_transfer()

Completed in 68 milliseconds

123456789