/linux-4.1.27/sound/soc/atmel/ |
D | atmel-pcm-dma.c | 109 slave_config->dst_maxburst = 1; in atmel_pcm_configure_dma()
|
/linux-4.1.27/sound/soc/ux500/ |
D | ux500_pcm.c | 112 slave_config->dst_maxburst = 4; in ux500_pcm_prepare_slave_config()
|
/linux-4.1.27/drivers/dma/ |
D | ste_dma40.c | 2693 u32 src_maxburst, dst_maxburst; in d40_set_runtime_config() local 2704 dst_maxburst = config->dst_maxburst; in d40_set_runtime_config() 2719 if (dst_maxburst == 0) in d40_set_runtime_config() 2720 dst_maxburst = src_maxburst; 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() 2754 dst_maxburst, in d40_set_runtime_config() 2761 dst_maxburst = src_maxburst * src_addr_width / dst_addr_width; in d40_set_runtime_config() 2762 } else if (dst_maxburst > 16) { in d40_set_runtime_config() 2763 dst_maxburst = 16; in d40_set_runtime_config() [all …]
|
D | edma.c | 472 burst = echan->cfg.dst_maxburst; in edma_prep_slave_sg() 608 burst = echan->cfg.dst_maxburst; in edma_prep_dma_cyclic()
|
D | at_hdmac.c | 761 | ATC_DCSIZE(sconfig->dst_maxburst); in atc_prep_slave_sg() 1047 | ATC_DCSIZE(sconfig->dst_maxburst) in atc_dma_cyclic_fill_desc() 1183 convert_burst(&atchan->dma_sconfig.dst_maxburst); in atc_config()
|
D | omap-dma.c | 776 burst = c->cfg.dst_maxburst; in omap_dma_prep_slave_sg() 873 burst = c->cfg.dst_maxburst; in omap_dma_prep_dma_cyclic()
|
D | dma-jz4740.c | 222 transfer_size = jz4740_dma_maxburst(config->dst_maxburst); in jz4740_dma_slave_config()
|
D | mmp_tdma.c | 507 tdmac->burst_sz = dmaengine_cfg->dst_maxburst; in mmp_tdma_config()
|
D | dma-jz4780.c | 256 maxburst = config->dst_maxburst; in jz4780_dma_setup_hwdesc()
|
D | at_xdmac.c | 538 csize = ffs(atchan->sconfig.dst_maxburst) - 1; in at_xdmac_compute_chan_conf() 565 || (sconfig->dst_maxburst > AT_XDMAC_MAX_CSIZE)) in at_xdmac_check_slave_config()
|
D | img-mdc-dma.c | 242 burst_size = min(max_burst, mchan->config.dst_maxburst * in mdc_list_desc_config()
|
D | k3dma.c | 539 maxburst = cfg->dst_maxburst; in k3_dma_config()
|
D | qcom_bam_dma.c | 871 maxburst = bchan->slave.dst_maxburst; in bam_apply_new_config()
|
D | mpc512x_dma.c | 832 mchan->dst_tcd_nunits = cfg->dst_maxburst; in mpc_dma_device_config()
|
D | mmp_pdma.c | 706 maxburst = cfg->dst_maxburst; in mmp_pdma_config()
|
D | fsldma.c | 985 size = config->dst_addr_width * config->dst_maxburst; in fsl_dma_device_config()
|
D | sun6i-dma.c | 293 dst_burst = convert_burst(config->dst_maxburst); in sun6i_dma_cfg_lli()
|
D | fsl-edma.c | 349 fsl_chan->fsc.burst = cfg->dst_maxburst; in fsl_edma_slave_config()
|
D | pl330.c | 2108 if (slave_config->dst_maxburst) in pl330_config() 2109 pch->burst_len = slave_config->dst_maxburst; in pl330_config()
|
D | nbpfaxi.c | 878 config->dst_maxburst); in nbpf_config()
|
D | imx-dma.c | 695 imxdmac->watermark_level = dmaengine_cfg->dst_maxburst; in imxdma_config()
|
D | sa11x0-dma.c | 683 maxburst = cfg->dst_maxburst; in sa11x0_dma_device_config()
|
D | imx-sdma.c | 1226 sdmac->watermark_level = dmaengine_cfg->dst_maxburst * in sdma_config()
|
D | tegra20-apb-dma.c | 890 *burst_size = tdc->dma_sconfig.dst_maxburst; in get_transfer_param()
|
D | amba-pl08x.c | 1499 maxburst = plchan->cfg.dst_maxburst; in pl08x_init_txd()
|
D | coh901318.c | 2535 maxburst = config->dst_maxburst; in coh901318_dma_set_runtimeconfig()
|
/linux-4.1.27/drivers/crypto/ |
D | atmel-aes.c | 347 dd->dma_lch_in.dma_conf.dst_maxburst = 1; in atmel_aes_crypt_dma() 349 dd->dma_lch_out.dma_conf.dst_maxburst = 1; in atmel_aes_crypt_dma() 352 dd->dma_lch_in.dma_conf.dst_maxburst = dd->caps.max_burst_size; in atmel_aes_crypt_dma() 354 dd->dma_lch_out.dma_conf.dst_maxburst = dd->caps.max_burst_size; in atmel_aes_crypt_dma() 787 dd->dma_lch_in.dma_conf.dst_maxburst = dd->caps.max_burst_size; in atmel_aes_dma_init() 803 dd->dma_lch_out.dma_conf.dst_maxburst = dd->caps.max_burst_size; in atmel_aes_dma_init()
|
D | atmel-tdes.c | 741 dd->dma_lch_in.dma_conf.dst_maxburst = 1; in atmel_tdes_dma_init() 757 dd->dma_lch_out.dma_conf.dst_maxburst = 1; in atmel_tdes_dma_init()
|
D | atmel-sha.c | 436 dd->dma_lch_in.dma_conf.dst_maxburst = 16; in atmel_sha_xmit_dma() 1256 dd->dma_lch_in.dma_conf.dst_maxburst = 1; in atmel_sha_dma_init()
|
D | img-hash.c | 343 dma_conf.dst_maxburst = 16; in img_hash_dma_init()
|
D | omap-des.c | 429 cfg.dst_maxburst = DST_MAXBURST; in omap_des_crypt_dma()
|
D | omap-aes.c | 445 cfg.dst_maxburst = DST_MAXBURST; in omap_aes_crypt_dma()
|
D | omap-sham.c | 567 cfg.dst_maxburst = dma_min / DMA_SLAVE_BUSWIDTH_4_BYTES; in omap_sham_xmit_dma()
|
/linux-4.1.27/drivers/soc/tegra/fuse/ |
D | fuse-tegra20.c | 124 dma_sconfig.dst_maxburst = 1; in apb_dma_init()
|
/linux-4.1.27/sound/core/ |
D | pcm_dmaengine.c | 119 slave_config->dst_maxburst = dma_data->maxburst; in snd_dmaengine_pcm_set_config_from_dai_data()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_dw.c | 342 up->dma->txconf.dst_maxburst = p->fifosize / 4; in dw8250_probe_of() 395 up->dma->txconf.dst_maxburst = p->fifosize / 4; in dw8250_probe_acpi()
|
D | 8250_omap.c | 1161 priv->omap8250_dma.txconf.dst_maxburst = TX_TRIGGER; in omap8250_probe()
|
D | 8250_pci.c | 1489 dma->txconf.dst_maxburst = 16; in byt_serial_setup() 1606 dma->txconf.dst_maxburst = 64; in intel_mid_serial_setup()
|
/linux-4.1.27/drivers/spi/ |
D | spi-pl022.c | 986 tx_conf.dst_maxburst = 1; in configure_dma() 989 tx_conf.dst_maxburst = 4; in configure_dma() 992 tx_conf.dst_maxburst = 8; in configure_dma() 995 tx_conf.dst_maxburst = 16; in configure_dma() 998 tx_conf.dst_maxburst = 32; in configure_dma() 1001 tx_conf.dst_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma()
|
D | spi-dw-mid.c | 160 txconf.dst_maxburst = 16; in dw_spi_dma_prepare_tx()
|
D | spi-pxa2xx-dma.c | 188 cfg.dst_maxburst = chip->dma_burst_size; in pxa2xx_spi_dma_prepare_one()
|
D | spi-img-spfi.c | 354 txconf.dst_maxburst = 4; in img_spfi_start_dma() 358 txconf.dst_maxburst = 4; in img_spfi_start_dma()
|
D | spi-rockchip.c | 469 txconf.dst_maxburst = rs->n_bytes; in rockchip_spi_prepare_dma()
|
D | spi-davinci.c | 638 .dst_maxburst = 1, in davinci_spi_bufs()
|
D | spi-qup.c | 730 tx_conf->dst_maxburst = spi->out_blk_sz; in spi_qup_init_dma()
|
D | spi-imx.c | 839 slave_config.dst_maxburst = spi_imx_get_fifosize(spi_imx) / 2; in spi_imx_sdma_init()
|
D | spi-tegra114.c | 612 dma_sconfig.dst_maxburst = 0; in tegra_spi_init_dma_param()
|
D | spi-tegra20-slink.c | 638 dma_sconfig.dst_maxburst = 0; in tegra_slink_init_dma_param()
|
D | spi-s3c64xx.c | 299 config.dst_maxburst = 1; in prepare_dma()
|
D | spi-atmel.c | 406 slave_config->dst_maxburst = 1; in atmel_spi_dma_slave_config()
|
D | spi-omap2-mcspi.c | 587 cfg.dst_maxburst = burst; in omap2_mcspi_txrx_dma()
|
/linux-4.1.27/drivers/net/irda/ |
D | sa1100_ir.c | 88 .dst_maxburst = 4, 102 .dst_maxburst = 8,
|
/linux-4.1.27/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 233 config_be.dst_maxburst = dma_params_be->maxburst; in fsl_asrc_dma_hw_params()
|
/linux-4.1.27/drivers/usb/musb/ |
D | ux500_dma.c | 121 slave_conf.dst_maxburst = 16; in ux500_configure_channel()
|
/linux-4.1.27/drivers/dma/hsu/ |
D | hsu.c | 66 bsr = config->dst_maxburst; in hsu_dma_chan_start()
|
/linux-4.1.27/sound/atmel/ |
D | ac97c.c | 1066 .dst_maxburst = 1, in atmel_ac97c_probe() 1095 .dst_maxburst = 1, in atmel_ac97c_probe()
|
D | abdac.c | 485 .dst_maxburst = 1, in atmel_abdac_probe()
|
/linux-4.1.27/include/linux/ |
D | dmaengine.h | 335 u32 dst_maxburst; member
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-at91.c | 676 slave_config.dst_maxburst = 1; in at91_twi_configure_dma()
|
D | i2c-imx.c | 304 dma_sconfig.dst_maxburst = 1; in i2c_imx_dma_request()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | lpc32xx_mlc.c | 594 host->dma_slave_config.dst_maxburst = 128; in lpc32xx_dma_setup()
|
D | lpc32xx_slc.c | 440 host->dma_slave_config.dst_maxburst = 4; in lpc32xx_xmit_dma()
|
D | omap2.c | 1761 cfg.dst_maxburst = 16; in omap_nand_probe()
|
/linux-4.1.27/drivers/dma/dw/ |
D | core.c | 46 u8 _dmsize = _is_slave ? _sconfig->dst_maxburst : \ 970 convert_burst(&dwc->dma_sconfig.dst_maxburst); in dwc_config()
|
/linux-4.1.27/drivers/misc/carma/ |
D | carma-fpga-program.c | 587 config.dst_maxburst = fpga_fifo_size(priv->regs) / 2 / 4; in fpga_program_dma()
|
/linux-4.1.27/drivers/tty/serial/ |
D | samsung.c | 894 dma->tx_conf.dst_maxburst = 16; in s3c24xx_serial_request_dma() 896 dma->tx_conf.dst_maxburst = 1; in s3c24xx_serial_request_dma()
|
D | serial-tegra.c | 950 dma_sconfig.dst_maxburst = 16; in tegra_uart_dma_channel_allocate()
|
D | sirfsoc_uart.c | 1291 .dst_maxburst = 2, in sirfsoc_uart_probe()
|
D | fsl_lpuart.c | 984 dma_tx_sconfig.dst_maxburst = sport->txfifo_size; in lpuart_dma_tx_request()
|
D | imx.c | 1036 slave_config.dst_maxburst = TXTL; in imx_uart_dma_init()
|
D | amba-pl011.c | 277 .dst_maxburst = uap->fifosize >> 1, in pl011_dma_probe()
|
D | atmel_serial.c | 881 config.dst_maxburst = 1; in atmel_prepare_tx_dma()
|
/linux-4.1.27/drivers/mmc/host/ |
D | jz4740_mmc.c | 280 .dst_maxburst = JZ4740_MMC_FIFO_HALF_SIZE, in jz4740_mmc_start_dma_transfer()
|
D | mxcmmc.c | 842 config->dst_maxburst = host->burstlen; in mxcmci_setup_dma()
|
D | atmel-mci.c | 1042 maxburst = atmci_convert_chksize(host->dma_conf.dst_maxburst); in atmci_prepare_data_dma() 2312 host->dma_conf.dst_maxburst = 1; in atmci_configure_dma()
|
D | davinci_mmc.c | 430 .dst_maxburst = in mmc_davinci_send_dma_request()
|
D | omap.c | 1026 cfg.dst_maxburst = burst; in mmc_omap_prepare_data()
|
D | mmci.c | 577 .dst_maxburst = variant->fifohalfsize >> 2, /* # of words */ in __mmci_dma_prep_data()
|
D | usdhi6rol0.c | 686 cfg.dst_maxburst = 128; /* 128 words * 4 bytes = 512 bytes */ in usdhi6_dma_request()
|
D | omap_hsmmc.c | 1358 cfg.dst_maxburst = data->blksz / 4; in omap_hsmmc_setup_dma_transfer()
|
/linux-4.1.27/sound/soc/intel/common/ |
D | sst-firmware.c | 238 slave.src_maxburst = slave.dst_maxburst = SST_DSP_DMA_MAX_BURST; in sst_dsp_dma_get_channel()
|
/linux-4.1.27/drivers/ata/ |
D | sata_dwc_460ex.c | 322 sconf.dst_maxburst = AHB_DMA_BRST_DFLT; in dma_dwc_xfer_setup()
|
/linux-4.1.27/drivers/crypto/ux500/hash/ |
D | hash_core.c | 129 .dst_maxburst = 16, in hash_dma_setup_channel()
|
/linux-4.1.27/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 481 .dst_maxburst = 4, in cryp_dma_setup_channel()
|