/linux-4.1.27/sound/soc/atmel/ |
H A D | atmel-pcm-dma.c | 112 slave_config->src_maxburst = 1; atmel_pcm_configure_dma()
|
/linux-4.1.27/sound/soc/ux500/ |
H A D | ux500_pcm.c | 113 slave_config->src_maxburst = 4; ux500_pcm_prepare_slave_config()
|
/linux-4.1.27/drivers/soc/tegra/fuse/ |
H A D | fuse-tegra20.c | 123 dma_sconfig.src_maxburst = 1; apb_dma_init()
|
/linux-4.1.27/drivers/crypto/ |
H A D | atmel-aes.c | 346 dd->dma_lch_in.dma_conf.src_maxburst = 1; atmel_aes_crypt_dma() 348 dd->dma_lch_out.dma_conf.src_maxburst = 1; atmel_aes_crypt_dma() 351 dd->dma_lch_in.dma_conf.src_maxburst = dd->caps.max_burst_size; atmel_aes_crypt_dma() 353 dd->dma_lch_out.dma_conf.src_maxburst = dd->caps.max_burst_size; atmel_aes_crypt_dma() 784 dd->dma_lch_in.dma_conf.src_maxburst = dd->caps.max_burst_size; atmel_aes_dma_init() 800 dd->dma_lch_out.dma_conf.src_maxburst = dd->caps.max_burst_size; atmel_aes_dma_init()
|
H A D | atmel-sha.c | 435 dd->dma_lch_in.dma_conf.src_maxburst = 16; atmel_sha_xmit_dma() 1253 dd->dma_lch_in.dma_conf.src_maxburst = 1; atmel_sha_dma_init()
|
H A D | atmel-tdes.c | 738 dd->dma_lch_in.dma_conf.src_maxburst = 1; atmel_tdes_dma_init() 754 dd->dma_lch_out.dma_conf.src_maxburst = 1; atmel_tdes_dma_init()
|
H A D | omap-aes.c | 444 cfg.src_maxburst = DST_MAXBURST; omap_aes_crypt_dma()
|
H A D | omap-des.c | 428 cfg.src_maxburst = DST_MAXBURST; omap_des_crypt_dma()
|
/linux-4.1.27/drivers/dma/ |
H A D | ste_dma40.c | 2693 u32 src_maxburst, dst_maxburst; d40_set_runtime_config() local 2702 src_maxburst = config->src_maxburst; d40_set_runtime_config() 2720 dst_maxburst = src_maxburst; d40_set_runtime_config() 2735 if (src_maxburst == 0) d40_set_runtime_config() 2736 src_maxburst = dst_maxburst; d40_set_runtime_config() 2749 if (src_maxburst * src_addr_width != dst_maxburst * dst_addr_width) { d40_set_runtime_config() 2752 src_maxburst, d40_set_runtime_config() 2759 if (src_maxburst > 16) { d40_set_runtime_config() 2760 src_maxburst = 16; d40_set_runtime_config() 2761 dst_maxburst = src_maxburst * src_addr_width / dst_addr_width; d40_set_runtime_config() 2764 src_maxburst = dst_maxburst * dst_addr_width / src_addr_width; d40_set_runtime_config() 2780 src_maxburst); d40_set_runtime_config() 2804 src_maxburst, dst_maxburst); d40_set_runtime_config()
|
H A D | dma-jz4740.c | 227 transfer_size = jz4740_dma_maxburst(config->src_maxburst); jz4740_dma_slave_config()
|
H A D | mmp_tdma.c | 503 tdmac->burst_sz = dmaengine_cfg->src_maxburst; mmp_tdma_config()
|
H A D | edma.c | 468 burst = echan->cfg.src_maxburst; edma_prep_slave_sg() 603 burst = echan->cfg.src_maxburst; edma_prep_dma_cyclic()
|
H A D | omap-dma.c | 772 burst = c->cfg.src_maxburst; omap_dma_prep_slave_sg() 869 burst = c->cfg.src_maxburst; omap_dma_prep_dma_cyclic()
|
H A D | at_hdmac.c | 760 ctrla = ATC_SCSIZE(sconfig->src_maxburst) atc_prep_slave_sg() 1046 ctrla = ATC_SCSIZE(sconfig->src_maxburst) atc_dma_cyclic_fill_desc() 1182 convert_burst(&atchan->dma_sconfig.src_maxburst); atc_config()
|
H A D | dma-jz4780.c | 264 maxburst = config->src_maxburst; jz4780_dma_setup_hwdesc()
|
H A D | img-mdc-dma.c | 249 burst_size = min(max_burst, mchan->config.src_maxburst * mdc_list_desc_config()
|
H A D | k3dma.c | 534 maxburst = cfg->src_maxburst; k3_dma_config()
|
H A D | sirf-dma.c | 295 schan->mode = (config->src_maxburst == 4 ? 1 : 0); sirfsoc_dma_slave_config()
|
H A D | at_xdmac.c | 515 csize = ffs(atchan->sconfig.src_maxburst) - 1; at_xdmac_compute_chan_conf() 564 if ((sconfig->src_maxburst > AT_XDMAC_MAX_CSIZE) at_xdmac_check_slave_config()
|
H A D | fsl-edma.c | 344 fsl_chan->fsc.burst = cfg->src_maxburst; fsl_edma_slave_config()
|
H A D | imx-dma.c | 691 imxdmac->watermark_level = dmaengine_cfg->src_maxburst; imxdma_config()
|
H A D | mmp_pdma.c | 701 maxburst = cfg->src_maxburst; mmp_pdma_config()
|
H A D | mpc512x_dma.c | 830 mchan->src_tcd_nunits = cfg->src_maxburst; mpc_dma_device_config()
|
H A D | qcom_bam_dma.c | 869 maxburst = bchan->slave.src_maxburst; bam_apply_new_config()
|
H A D | sa11x0-dma.c | 679 maxburst = cfg->src_maxburst; sa11x0_dma_device_config()
|
H A D | sun6i-dma.c | 289 src_burst = convert_burst(config->src_maxburst); sun6i_dma_cfg_lli()
|
H A D | pl330.c | 2115 if (slave_config->src_maxburst) pl330_config() 2116 pch->burst_len = slave_config->src_maxburst; pl330_config()
|
H A D | fsldma.c | 987 size = config->src_addr_width * config->src_maxburst; fsl_dma_device_config()
|
H A D | imx-sdma.c | 1221 sdmac->watermark_level = dmaengine_cfg->src_maxburst * sdma_config()
|
H A D | nbpfaxi.c | 884 config->src_maxburst); nbpf_config()
|
H A D | tegra20-apb-dma.c | 898 *burst_size = tdc->dma_sconfig.src_maxburst; get_transfer_param()
|
H A D | amba-pl08x.c | 1506 maxburst = plchan->cfg.src_maxburst; pl08x_init_txd()
|
H A D | coh901318.c | 2531 maxburst = config->src_maxburst; coh901318_dma_set_runtimeconfig()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
H A D | 8250_dw.c | 341 up->dma->rxconf.src_maxburst = p->fifosize / 4; dw8250_probe_of() 394 up->dma->rxconf.src_maxburst = p->fifosize / 4; dw8250_probe_acpi()
|
H A D | 8250_omap.c | 1160 priv->omap8250_dma.rxconf.src_maxburst = RX_TRIGGER; omap8250_probe()
|
H A D | 8250_pci.c | 1484 dma->rxconf.src_maxburst = 16; byt_serial_setup() 1605 dma->rxconf.src_maxburst = 64; intel_mid_serial_setup()
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-dw-mid.c | 206 rxconf.src_maxburst = 16; dw_spi_dma_prepare_rx()
|
H A D | spi-pxa2xx-dma.c | 196 cfg.src_maxburst = chip->dma_burst_size; pxa2xx_spi_dma_prepare_one()
|
H A D | spi-img-spfi.c | 330 rxconf.src_maxburst = 4; img_spfi_start_dma() 334 rxconf.src_maxburst = 4; img_spfi_start_dma()
|
H A D | spi-pl022.c | 965 rx_conf.src_maxburst = 1; configure_dma() 968 rx_conf.src_maxburst = 4; configure_dma() 971 rx_conf.src_maxburst = 8; configure_dma() 974 rx_conf.src_maxburst = 16; configure_dma() 977 rx_conf.src_maxburst = 32; configure_dma() 980 rx_conf.src_maxburst = pl022->vendor->fifodepth >> 1; configure_dma()
|
H A D | spi-qup.c | 725 rx_conf->src_maxburst = spi->in_blk_sz; spi_qup_init_dma()
|
H A D | spi-rockchip.c | 452 rxconf.src_maxburst = rs->n_bytes; rockchip_spi_prepare_dma()
|
H A D | spi-davinci.c | 632 .src_maxburst = 1, davinci_spi_bufs()
|
H A D | spi-imx.c | 857 slave_config.src_maxburst = spi_imx_get_fifosize(spi_imx) / 2; spi_imx_sdma_init()
|
H A D | spi-omap2-mcspi.c | 586 cfg.src_maxburst = burst; omap2_mcspi_txrx_dma()
|
H A D | spi-s3c64xx.c | 291 config.src_maxburst = 1; prepare_dma()
|
H A D | spi-tegra114.c | 608 dma_sconfig.src_maxburst = 0; tegra_spi_init_dma_param()
|
H A D | spi-tegra20-slink.c | 634 dma_sconfig.src_maxburst = 0; tegra_slink_init_dma_param()
|
H A D | spi-atmel.c | 405 slave_config->src_maxburst = 1; atmel_spi_dma_slave_config()
|
/linux-4.1.27/drivers/dma/hsu/ |
H A D | hsu.c | 69 bsr = config->src_maxburst; hsu_dma_chan_start()
|
/linux-4.1.27/drivers/usb/musb/ |
H A D | ux500_dma.c | 118 slave_conf.src_maxburst = 16; ux500_configure_channel()
|
/linux-4.1.27/sound/core/ |
H A D | pcm_dmaengine.c | 124 slave_config->src_maxburst = dma_data->maxburst; snd_dmaengine_pcm_set_config_from_dai_data()
|
/linux-4.1.27/sound/soc/fsl/ |
H A D | fsl_asrc_dma.c | 231 config_be.src_maxburst = dma_params_be->maxburst; fsl_asrc_dma_hw_params()
|
/linux-4.1.27/include/linux/ |
H A D | dmaengine.h | 302 * @src_maxburst: the maximum number of words (note: words, as in 307 * @dst_maxburst: same as src_maxburst but for destination target 334 u32 src_maxburst; member in struct:dma_slave_config
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
H A D | isphist.c | 198 cfg.src_maxburst = hist->buf_size / 4; hist_buf_dma()
|
/linux-4.1.27/sound/atmel/ |
H A D | abdac.c | 484 .src_maxburst = 1, atmel_abdac_probe()
|
H A D | ac97c.c | 1065 .src_maxburst = 1, atmel_ac97c_probe() 1094 .src_maxburst = 1, atmel_ac97c_probe()
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | lpc32xx_mlc.c | 593 host->dma_slave_config.src_maxburst = 128; lpc32xx_dma_setup()
|
H A D | lpc32xx_slc.c | 439 host->dma_slave_config.src_maxburst = 4; lpc32xx_xmit_dma()
|
H A D | omap2.c | 1760 cfg.src_maxburst = 16; omap_nand_probe()
|
/linux-4.1.27/drivers/dma/dw/ |
H A D | core.c | 44 u8 _smsize = _is_slave ? _sconfig->src_maxburst : \ 969 convert_burst(&dwc->dma_sconfig.src_maxburst); dwc_config()
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-at91.c | 673 slave_config.src_maxburst = 1; at91_twi_configure_dma()
|
H A D | i2c-imx.c | 321 dma_sconfig.src_maxburst = 1; i2c_imx_dma_request()
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | davinci_mmc.c | 452 .src_maxburst = mmc_davinci_send_dma_request()
|
H A D | jz4740_mmc.c | 279 .src_maxburst = JZ4740_MMC_FIFO_HALF_SIZE, jz4740_mmc_start_dma_transfer()
|
H A D | mxcmmc.c | 843 config->src_maxburst = host->burstlen; mxcmci_setup_dma()
|
H A D | omap.c | 1025 cfg.src_maxburst = burst; mmc_omap_prepare_data()
|
H A D | atmel-mci.c | 1038 maxburst = atmci_convert_chksize(host->dma_conf.src_maxburst); atmci_prepare_data_dma() 2309 host->dma_conf.src_maxburst = 1; atmci_configure_dma()
|
H A D | mmci.c | 576 .src_maxburst = variant->fifohalfsize >> 2, /* # of words */ __mmci_dma_prep_data()
|
H A D | usdhi6rol0.c | 701 cfg.src_maxburst = 128; /* 128 words * 4 bytes = 512 bytes */ usdhi6_dma_request()
|
H A D | omap_hsmmc.c | 1357 cfg.src_maxburst = data->blksz / 4; omap_hsmmc_setup_dma_transfer()
|
/linux-4.1.27/drivers/net/irda/ |
H A D | sa1100_ir.c | 95 .src_maxburst = 8,
|
/linux-4.1.27/drivers/ata/ |
H A D | sata_dwc_460ex.c | 321 sconf.src_maxburst = AHB_DMA_BRST_DFLT; dma_dwc_xfer_setup()
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | serial-tegra.c | 946 dma_sconfig.src_maxburst = 4; tegra_uart_dma_channel_allocate()
|
H A D | fsl_lpuart.c | 1028 dma_rx_sconfig.src_maxburst = 1; lpuart_dma_rx_request()
|
H A D | sirfsoc_uart.c | 1288 .src_maxburst = 2, sirfsoc_uart_probe()
|
H A D | amba-pl011.c | 332 .src_maxburst = uap->fifosize >> 2, pl011_dma_probe()
|
H A D | atmel_serial.c | 1061 config.src_maxburst = 1; atmel_prepare_rx_dma()
|
H A D | imx.c | 1012 slave_config.src_maxburst = RXTL; imx_uart_dma_init()
|
H A D | samsung.c | 888 dma->rx_conf.src_maxburst = 16; s3c24xx_serial_request_dma()
|
/linux-4.1.27/sound/soc/intel/common/ |
H A D | sst-firmware.c | 238 slave.src_maxburst = slave.dst_maxburst = SST_DSP_DMA_MAX_BURST; sst_dsp_dma_get_channel()
|
/linux-4.1.27/drivers/crypto/ux500/cryp/ |
H A D | cryp_core.c | 487 .src_maxburst = 4, cryp_dma_setup_channel()
|