Home
last modified time | relevance | path

Searched refs:src_maxburst (Results 1 – 82 of 82) sorted by relevance

/linux-4.1.27/sound/soc/atmel/
Datmel-pcm-dma.c112 slave_config->src_maxburst = 1; in atmel_pcm_configure_dma()
/linux-4.1.27/sound/soc/ux500/
Dux500_pcm.c113 slave_config->src_maxburst = 4; in ux500_pcm_prepare_slave_config()
/linux-4.1.27/drivers/dma/
Dste_dma40.c2693 u32 src_maxburst, dst_maxburst; in d40_set_runtime_config() local
2702 src_maxburst = config->src_maxburst; in d40_set_runtime_config()
2720 dst_maxburst = src_maxburst; in d40_set_runtime_config()
2735 if (src_maxburst == 0) in d40_set_runtime_config()
2736 src_maxburst = dst_maxburst; in d40_set_runtime_config()
2749 if (src_maxburst * src_addr_width != dst_maxburst * dst_addr_width) { in d40_set_runtime_config()
2752 src_maxburst, in d40_set_runtime_config()
2759 if (src_maxburst > 16) { in d40_set_runtime_config()
2760 src_maxburst = 16; in d40_set_runtime_config()
2761 dst_maxburst = src_maxburst * src_addr_width / dst_addr_width; in d40_set_runtime_config()
[all …]
Dedma.c468 burst = echan->cfg.src_maxburst; in edma_prep_slave_sg()
603 burst = echan->cfg.src_maxburst; in edma_prep_dma_cyclic()
Dat_hdmac.c760 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_prep_slave_sg()
1046 ctrla = ATC_SCSIZE(sconfig->src_maxburst) in atc_dma_cyclic_fill_desc()
1182 convert_burst(&atchan->dma_sconfig.src_maxburst); in atc_config()
Domap-dma.c772 burst = c->cfg.src_maxburst; in omap_dma_prep_slave_sg()
869 burst = c->cfg.src_maxburst; in omap_dma_prep_dma_cyclic()
Ddma-jz4740.c227 transfer_size = jz4740_dma_maxburst(config->src_maxburst); in jz4740_dma_slave_config()
Dmmp_tdma.c503 tdmac->burst_sz = dmaengine_cfg->src_maxburst; in mmp_tdma_config()
Ddma-jz4780.c264 maxburst = config->src_maxburst; in jz4780_dma_setup_hwdesc()
Dat_xdmac.c515 csize = ffs(atchan->sconfig.src_maxburst) - 1; in at_xdmac_compute_chan_conf()
564 if ((sconfig->src_maxburst > AT_XDMAC_MAX_CSIZE) in at_xdmac_check_slave_config()
Dsirf-dma.c295 schan->mode = (config->src_maxburst == 4 ? 1 : 0); in sirfsoc_dma_slave_config()
Dimg-mdc-dma.c249 burst_size = min(max_burst, mchan->config.src_maxburst * in mdc_list_desc_config()
Dk3dma.c534 maxburst = cfg->src_maxburst; in k3_dma_config()
Dqcom_bam_dma.c869 maxburst = bchan->slave.src_maxburst; in bam_apply_new_config()
Dmpc512x_dma.c830 mchan->src_tcd_nunits = cfg->src_maxburst; in mpc_dma_device_config()
Dmmp_pdma.c701 maxburst = cfg->src_maxburst; in mmp_pdma_config()
Dfsldma.c987 size = config->src_addr_width * config->src_maxburst; in fsl_dma_device_config()
Dsun6i-dma.c289 src_burst = convert_burst(config->src_maxburst); in sun6i_dma_cfg_lli()
Dfsl-edma.c344 fsl_chan->fsc.burst = cfg->src_maxburst; in fsl_edma_slave_config()
Dpl330.c2115 if (slave_config->src_maxburst) in pl330_config()
2116 pch->burst_len = slave_config->src_maxburst; in pl330_config()
Dnbpfaxi.c884 config->src_maxburst); in nbpf_config()
Dimx-dma.c691 imxdmac->watermark_level = dmaengine_cfg->src_maxburst; in imxdma_config()
Dsa11x0-dma.c679 maxburst = cfg->src_maxburst; in sa11x0_dma_device_config()
Dimx-sdma.c1221 sdmac->watermark_level = dmaengine_cfg->src_maxburst * in sdma_config()
Dtegra20-apb-dma.c898 *burst_size = tdc->dma_sconfig.src_maxburst; in get_transfer_param()
Damba-pl08x.c1506 maxburst = plchan->cfg.src_maxburst; in pl08x_init_txd()
Dcoh901318.c2531 maxburst = config->src_maxburst; in coh901318_dma_set_runtimeconfig()
/linux-4.1.27/drivers/crypto/
Datmel-aes.c346 dd->dma_lch_in.dma_conf.src_maxburst = 1; in atmel_aes_crypt_dma()
348 dd->dma_lch_out.dma_conf.src_maxburst = 1; in atmel_aes_crypt_dma()
351 dd->dma_lch_in.dma_conf.src_maxburst = dd->caps.max_burst_size; in atmel_aes_crypt_dma()
353 dd->dma_lch_out.dma_conf.src_maxburst = dd->caps.max_burst_size; in atmel_aes_crypt_dma()
784 dd->dma_lch_in.dma_conf.src_maxburst = dd->caps.max_burst_size; in atmel_aes_dma_init()
800 dd->dma_lch_out.dma_conf.src_maxburst = dd->caps.max_burst_size; in atmel_aes_dma_init()
Datmel-tdes.c738 dd->dma_lch_in.dma_conf.src_maxburst = 1; in atmel_tdes_dma_init()
754 dd->dma_lch_out.dma_conf.src_maxburst = 1; in atmel_tdes_dma_init()
Datmel-sha.c435 dd->dma_lch_in.dma_conf.src_maxburst = 16; in atmel_sha_xmit_dma()
1253 dd->dma_lch_in.dma_conf.src_maxburst = 1; in atmel_sha_dma_init()
Domap-des.c428 cfg.src_maxburst = DST_MAXBURST; in omap_des_crypt_dma()
Domap-aes.c444 cfg.src_maxburst = DST_MAXBURST; in omap_aes_crypt_dma()
/linux-4.1.27/drivers/soc/tegra/fuse/
Dfuse-tegra20.c123 dma_sconfig.src_maxburst = 1; in apb_dma_init()
/linux-4.1.27/sound/core/
Dpcm_dmaengine.c124 slave_config->src_maxburst = dma_data->maxburst; in snd_dmaengine_pcm_set_config_from_dai_data()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_dw.c341 up->dma->rxconf.src_maxburst = p->fifosize / 4; in dw8250_probe_of()
394 up->dma->rxconf.src_maxburst = p->fifosize / 4; in dw8250_probe_acpi()
D8250_omap.c1160 priv->omap8250_dma.rxconf.src_maxburst = RX_TRIGGER; in omap8250_probe()
D8250_pci.c1484 dma->rxconf.src_maxburst = 16; in byt_serial_setup()
1605 dma->rxconf.src_maxburst = 64; in intel_mid_serial_setup()
/linux-4.1.27/drivers/spi/
Dspi-pl022.c965 rx_conf.src_maxburst = 1; in configure_dma()
968 rx_conf.src_maxburst = 4; in configure_dma()
971 rx_conf.src_maxburst = 8; in configure_dma()
974 rx_conf.src_maxburst = 16; in configure_dma()
977 rx_conf.src_maxburst = 32; in configure_dma()
980 rx_conf.src_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma()
Dspi-dw-mid.c206 rxconf.src_maxburst = 16; in dw_spi_dma_prepare_rx()
Dspi-pxa2xx-dma.c196 cfg.src_maxburst = chip->dma_burst_size; in pxa2xx_spi_dma_prepare_one()
Dspi-img-spfi.c330 rxconf.src_maxburst = 4; in img_spfi_start_dma()
334 rxconf.src_maxburst = 4; in img_spfi_start_dma()
Dspi-rockchip.c452 rxconf.src_maxburst = rs->n_bytes; in rockchip_spi_prepare_dma()
Dspi-davinci.c632 .src_maxburst = 1, in davinci_spi_bufs()
Dspi-qup.c725 rx_conf->src_maxburst = spi->in_blk_sz; in spi_qup_init_dma()
Dspi-imx.c857 slave_config.src_maxburst = spi_imx_get_fifosize(spi_imx) / 2; in spi_imx_sdma_init()
Dspi-tegra114.c608 dma_sconfig.src_maxburst = 0; in tegra_spi_init_dma_param()
Dspi-tegra20-slink.c634 dma_sconfig.src_maxburst = 0; in tegra_slink_init_dma_param()
Dspi-s3c64xx.c291 config.src_maxburst = 1; in prepare_dma()
Dspi-atmel.c405 slave_config->src_maxburst = 1; in atmel_spi_dma_slave_config()
Dspi-omap2-mcspi.c586 cfg.src_maxburst = burst; in omap2_mcspi_txrx_dma()
/linux-4.1.27/sound/soc/fsl/
Dfsl_asrc_dma.c231 config_be.src_maxburst = dma_params_be->maxburst; in fsl_asrc_dma_hw_params()
/linux-4.1.27/drivers/usb/musb/
Dux500_dma.c118 slave_conf.src_maxburst = 16; in ux500_configure_channel()
/linux-4.1.27/drivers/media/platform/omap3isp/
Disphist.c198 cfg.src_maxburst = hist->buf_size / 4; in hist_buf_dma()
/linux-4.1.27/drivers/dma/hsu/
Dhsu.c69 bsr = config->src_maxburst; in hsu_dma_chan_start()
/linux-4.1.27/sound/atmel/
Dac97c.c1065 .src_maxburst = 1, in atmel_ac97c_probe()
1094 .src_maxburst = 1, in atmel_ac97c_probe()
Dabdac.c484 .src_maxburst = 1, in atmel_abdac_probe()
/linux-4.1.27/include/linux/
Ddmaengine.h334 u32 src_maxburst; member
/linux-4.1.27/drivers/i2c/busses/
Di2c-at91.c673 slave_config.src_maxburst = 1; in at91_twi_configure_dma()
Di2c-imx.c321 dma_sconfig.src_maxburst = 1; in i2c_imx_dma_request()
/linux-4.1.27/drivers/mtd/nand/
Dlpc32xx_mlc.c593 host->dma_slave_config.src_maxburst = 128; in lpc32xx_dma_setup()
Dlpc32xx_slc.c439 host->dma_slave_config.src_maxburst = 4; in lpc32xx_xmit_dma()
Domap2.c1760 cfg.src_maxburst = 16; in omap_nand_probe()
/linux-4.1.27/drivers/dma/dw/
Dcore.c44 u8 _smsize = _is_slave ? _sconfig->src_maxburst : \
969 convert_burst(&dwc->dma_sconfig.src_maxburst); in dwc_config()
/linux-4.1.27/drivers/net/irda/
Dsa1100_ir.c95 .src_maxburst = 8,
/linux-4.1.27/drivers/mmc/host/
Djz4740_mmc.c279 .src_maxburst = JZ4740_MMC_FIFO_HALF_SIZE, in jz4740_mmc_start_dma_transfer()
Dmxcmmc.c843 config->src_maxburst = host->burstlen; in mxcmci_setup_dma()
Datmel-mci.c1038 maxburst = atmci_convert_chksize(host->dma_conf.src_maxburst); in atmci_prepare_data_dma()
2309 host->dma_conf.src_maxburst = 1; in atmci_configure_dma()
Ddavinci_mmc.c452 .src_maxburst = in mmc_davinci_send_dma_request()
Domap.c1025 cfg.src_maxburst = burst; in mmc_omap_prepare_data()
Dmmci.c576 .src_maxburst = variant->fifohalfsize >> 2, /* # of words */ in __mmci_dma_prep_data()
Dusdhi6rol0.c701 cfg.src_maxburst = 128; /* 128 words * 4 bytes = 512 bytes */ in usdhi6_dma_request()
Domap_hsmmc.c1357 cfg.src_maxburst = data->blksz / 4; in omap_hsmmc_setup_dma_transfer()
/linux-4.1.27/sound/soc/intel/common/
Dsst-firmware.c238 slave.src_maxburst = slave.dst_maxburst = SST_DSP_DMA_MAX_BURST; in sst_dsp_dma_get_channel()
/linux-4.1.27/drivers/tty/serial/
Dserial-tegra.c946 dma_sconfig.src_maxburst = 4; in tegra_uart_dma_channel_allocate()
Dsirfsoc_uart.c1288 .src_maxburst = 2, in sirfsoc_uart_probe()
Dfsl_lpuart.c1028 dma_rx_sconfig.src_maxburst = 1; in lpuart_dma_rx_request()
Dimx.c1012 slave_config.src_maxburst = RXTL; in imx_uart_dma_init()
Dsamsung.c888 dma->rx_conf.src_maxburst = 16; in s3c24xx_serial_request_dma()
Damba-pl011.c332 .src_maxburst = uap->fifosize >> 2, in pl011_dma_probe()
Datmel_serial.c1061 config.src_maxburst = 1; in atmel_prepare_rx_dma()
/linux-4.1.27/drivers/ata/
Dsata_dwc_460ex.c321 sconf.src_maxburst = AHB_DMA_BRST_DFLT; in dma_dwc_xfer_setup()
/linux-4.1.27/drivers/crypto/ux500/cryp/
Dcryp_core.c487 .src_maxburst = 4, in cryp_dma_setup_channel()