/linux-4.1.27/sound/soc/pxa/ |
D | pxa2xx-ac97.c | 56 .maxburst = 32, 64 .maxburst = 32, 72 .maxburst = 16, 80 .maxburst = 16, 88 .maxburst = 16,
|
D | pxa2xx-i2s.c | 89 .maxburst = 32, 97 .maxburst = 32,
|
D | pxa-ssp.c | 87 dma->maxburst = 16; in pxa_ssp_set_dma_params()
|
/linux-4.1.27/drivers/mmc/host/ |
D | atmel-mci-regs.h | 163 static inline unsigned int atmci_convert_chksize(unsigned int maxburst) in atmci_convert_chksize() argument 165 if (maxburst > 1) in atmci_convert_chksize() 166 return fls(maxburst) - 2; in atmci_convert_chksize()
|
D | atmel-mci.c | 1001 u32 maxburst; in atmci_prepare_data_dma() local 1038 maxburst = atmci_convert_chksize(host->dma_conf.src_maxburst); in atmci_prepare_data_dma() 1042 maxburst = atmci_convert_chksize(host->dma_conf.dst_maxburst); in atmci_prepare_data_dma() 1046 atmci_writel(host, ATMCI_DMA, ATMCI_DMA_CHKSIZE(maxburst) | in atmci_prepare_data_dma()
|
/linux-4.1.27/drivers/dma/ |
D | at_hdmac_regs.h | 282 static inline void convert_burst(u32 *maxburst) in convert_burst() argument 284 if (*maxburst > 1) in convert_burst() 285 *maxburst = fls(*maxburst) - 2; in convert_burst() 287 *maxburst = 0; in convert_burst()
|
D | dma-jz4740.c | 194 static enum jz4740_dma_transfer_size jz4740_dma_maxburst(u32 maxburst) in jz4740_dma_maxburst() argument 196 if (maxburst <= 1) in jz4740_dma_maxburst() 198 else if (maxburst <= 3) in jz4740_dma_maxburst() 200 else if (maxburst <= 15) in jz4740_dma_maxburst() 202 else if (maxburst <= 31) in jz4740_dma_maxburst()
|
D | k3dma.c | 525 u32 maxburst = 0, val = 0; in k3_dma_config() local 534 maxburst = cfg->src_maxburst; in k3_dma_config() 539 maxburst = cfg->dst_maxburst; in k3_dma_config() 555 if ((maxburst == 0) || (maxburst > 16)) in k3_dma_config() 558 val = maxburst - 1; in k3_dma_config()
|
D | sa11x0-dma.c | 674 u32 maxburst; in sa11x0_dma_device_config() local 679 maxburst = cfg->src_maxburst; in sa11x0_dma_device_config() 683 maxburst = cfg->dst_maxburst; in sa11x0_dma_device_config() 688 (maxburst != 4 && maxburst != 8)) in sa11x0_dma_device_config() 693 if (maxburst == 8) in sa11x0_dma_device_config() 697 &c->vc, addr, width, maxburst); in sa11x0_dma_device_config()
|
D | mmp_pdma.c | 693 u32 maxburst = 0, addr = 0; in mmp_pdma_config() local 701 maxburst = cfg->src_maxburst; in mmp_pdma_config() 706 maxburst = cfg->dst_maxburst; in mmp_pdma_config() 718 if (maxburst == 8) in mmp_pdma_config() 720 else if (maxburst == 16) in mmp_pdma_config() 722 else if (maxburst == 32) in mmp_pdma_config()
|
D | amba-pl08x.c | 1348 static u32 pl08x_burst(u32 maxburst) in pl08x_burst() argument 1353 if (burst_sizes[i].burstwords <= maxburst) in pl08x_burst() 1360 enum dma_slave_buswidth addr_width, u32 maxburst) in pl08x_get_cctl() argument 1377 maxburst = 1; in pl08x_get_cctl() 1379 burst = pl08x_burst(maxburst); in pl08x_get_cctl() 1482 u32 maxburst, cctl; in pl08x_init_txd() local 1499 maxburst = plchan->cfg.dst_maxburst; in pl08x_init_txd() 1506 maxburst = plchan->cfg.src_maxburst; in pl08x_init_txd() 1516 cctl |= pl08x_get_cctl(plchan, addr_width, maxburst); in pl08x_init_txd()
|
D | dma-jz4780.c | 246 uint32_t width, maxburst, tsz; in jz4780_dma_setup_hwdesc() local 256 maxburst = config->dst_maxburst; in jz4780_dma_setup_hwdesc() 264 maxburst = config->src_maxburst; in jz4780_dma_setup_hwdesc() 274 tsz = jz4780_dma_transfer_size(addr | len | (width * maxburst), &ord); in jz4780_dma_setup_hwdesc()
|
D | qcom_bam_dma.c | 866 u32 maxburst; in bam_apply_new_config() local 869 maxburst = bchan->slave.src_maxburst; in bam_apply_new_config() 871 maxburst = bchan->slave.dst_maxburst; in bam_apply_new_config() 873 writel_relaxed(maxburst, bam_addr(bdev, 0, BAM_DESC_CNT_TRSHLD)); in bam_apply_new_config()
|
D | coh901318.c | 2523 u32 maxburst; in coh901318_dma_set_runtimeconfig() local 2531 maxburst = config->src_maxburst; in coh901318_dma_set_runtimeconfig() 2535 maxburst = config->dst_maxburst; in coh901318_dma_set_runtimeconfig() 2550 if (burst_sizes[i].burst_8bit <= maxburst) in coh901318_dma_set_runtimeconfig() 2562 if (burst_sizes[i].burst_16bit <= maxburst) in coh901318_dma_set_runtimeconfig() 2575 if (burst_sizes[i].burst_32bit <= maxburst) in coh901318_dma_set_runtimeconfig() 2590 burst_sizes[i].burst_8bit, addr_width, maxburst); in coh901318_dma_set_runtimeconfig()
|
D | ste_dma40.c | 2655 u32 maxburst) in dma40_config_to_halfchannel() argument 2660 if (maxburst >= 16) in dma40_config_to_halfchannel() 2662 else if (maxburst >= 8) in dma40_config_to_halfchannel() 2664 else if (maxburst >= 4) in dma40_config_to_halfchannel() 2669 if (maxburst >= 16) in dma40_config_to_halfchannel() 2671 else if (maxburst >= 8) in dma40_config_to_halfchannel() 2673 else if (maxburst >= 4) in dma40_config_to_halfchannel()
|
D | sun6i-dma.c | 236 static inline s8 convert_burst(u32 maxburst) in convert_burst() argument 238 switch (maxburst) { in convert_burst()
|
D | at_xdmac.c | 296 static inline int at_xdmac_csize(u32 maxburst) in at_xdmac_csize() argument 300 csize = ffs(maxburst) - 1; in at_xdmac_csize()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | mv_u3d_core.c | 532 unsigned maxburst = 0; in mv_u3d_ep_enable() local 547 if (!_ep->maxburst) in mv_u3d_ep_enable() 548 _ep->maxburst = 1; in mv_u3d_ep_enable() 549 maxburst = _ep->maxburst; in mv_u3d_ep_enable() 557 if (maxburst > 16) { in mv_u3d_ep_enable() 561 maxburst = 1; in mv_u3d_ep_enable() 562 _ep->maxburst = maxburst; in mv_u3d_ep_enable() 565 "maxburst: %d on bulk %s\n", maxburst, ep->name); in mv_u3d_ep_enable() 569 maxburst = 1; in mv_u3d_ep_enable() 570 _ep->maxburst = maxburst; in mv_u3d_ep_enable() [all …]
|
D | net2280.c | 242 tmp |= (ep->ep.maxburst << MAX_BURST_SIZE); in net2280_enable()
|
/linux-4.1.27/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 178 dma_params_fe->maxburst = dma_params_be->maxburst; in fsl_asrc_dma_hw_params() 231 config_be.src_maxburst = dma_params_be->maxburst; in fsl_asrc_dma_hw_params() 233 config_be.dst_maxburst = dma_params_be->maxburst; in fsl_asrc_dma_hw_params()
|
D | imx-ssi.c | 354 val = SSI_SFCSR_TFWM0(ssi->dma_params_tx.maxburst) | in imx_ssi_dai_probe() 355 SSI_SFCSR_RFWM0(ssi->dma_params_rx.maxburst); in imx_ssi_dai_probe() 567 ssi->dma_params_tx.maxburst = 6; in imx_ssi_probe() 568 ssi->dma_params_rx.maxburst = 4; in imx_ssi_probe()
|
D | imx-pcm-fiq.c | 370 params->dma_params_tx->maxburst = 4; in imx_pcm_fiq_init() 371 params->dma_params_rx->maxburst = 6; in imx_pcm_fiq_init()
|
D | fsl_ssi.c | 1225 ssi_private->dma_params_tx.maxburst = ssi_private->fifo_depth - 2; in fsl_ssi_imx_probe() 1226 ssi_private->dma_params_rx.maxburst = ssi_private->fifo_depth - 2; in fsl_ssi_imx_probe() 1236 ssi_private->dma_params_tx.maxburst &= ~0x1; in fsl_ssi_imx_probe() 1237 ssi_private->dma_params_rx.maxburst &= ~0x1; in fsl_ssi_imx_probe()
|
D | fsl_sai.c | 654 sai->dma_params_rx.maxburst = FSL_SAI_MAXBURST_RX; in fsl_sai_probe() 655 sai->dma_params_tx.maxburst = FSL_SAI_MAXBURST_TX; in fsl_sai_probe()
|
D | fsl_esai.c | 801 esai_priv->dma_params_tx.maxburst = 16; in fsl_esai_probe() 802 esai_priv->dma_params_rx.maxburst = 16; in fsl_esai_probe()
|
D | fsl_spdif.c | 1245 spdif_priv->dma_params_tx.maxburst = FSL_SPDIF_TXFIFO_WML; in fsl_spdif_probe() 1246 spdif_priv->dma_params_rx.maxburst = FSL_SPDIF_RXFIFO_WML; in fsl_spdif_probe()
|
/linux-4.1.27/sound/arm/ |
D | pxa2xx-ac97.c | 50 .maxburst = 32, 58 .maxburst = 32,
|
D | pxa2xx-pcm-lib.c | 66 switch (rtd->params->maxburst) { in __pxa2xx_pcm_hw_params()
|
/linux-4.1.27/sound/soc/adi/ |
D | axi-i2s.c | 218 i2s->playback_dma_data.maxburst = 1; in axi_i2s_probe() 222 i2s->capture_dma_data.maxburst = 1; in axi_i2s_probe()
|
D | axi-spdif.c | 217 spdif->dma_data.maxburst = 1; in axi_spdif_probe()
|
/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() 124 slave_config->src_maxburst = dma_data->maxburst; in snd_dmaengine_pcm_set_config_from_dai_data()
|
/linux-4.1.27/include/sound/ |
D | dmaengine_pcm.h | 70 u32 maxburst; member
|
/linux-4.1.27/sound/soc/tegra/ |
D | tegra20_ac97.c | 372 ac97->capture_dma_data.maxburst = 4; in tegra20_ac97_platform_probe() 376 ac97->playback_dma_data.maxburst = 4; in tegra20_ac97_platform_probe()
|
D | tegra20_i2s.c | 396 i2s->capture_dma_data.maxburst = 4; in tegra20_i2s_platform_probe() 400 i2s->playback_dma_data.maxburst = 4; in tegra20_i2s_platform_probe()
|
D | tegra30_i2s.c | 460 i2s->playback_dma_data.maxburst = 4; in tegra30_i2s_platform_probe() 477 i2s->capture_dma_data.maxburst = 4; in tegra30_i2s_platform_probe()
|
D | tegra20_spdif.c | 327 spdif->playback_dma_data.maxburst = 4; in tegra20_spdif_platform_probe()
|
/linux-4.1.27/sound/soc/omap/ |
D | omap-hdmi-audio.c | 117 ad->dma_data.maxburst = 16; in hdmi_dai_hw_params() 120 ad->dma_data.maxburst = 32; in hdmi_dai_hw_params()
|
D | omap-mcpdm.c | 337 dma_data->maxburst = in omap_mcpdm_dai_hw_params() 344 dma_data->maxburst = threshold * channels; in omap_mcpdm_dai_hw_params()
|
D | omap-dmic.c | 228 dma_data->maxburst = dmic->threshold * channels; in omap_dmic_dai_hw_params()
|
D | mcbsp.c | 1036 mcbsp->dma_data[0].maxburst = 4; in omap_mcbsp_init() 1039 mcbsp->dma_data[1].maxburst = 4; in omap_mcbsp_init()
|
D | omap-mcbsp.c | 277 dma_data->maxburst = pkt_size; in omap_mcbsp_dai_hw_params()
|
/linux-4.1.27/sound/soc/rockchip/ |
D | rockchip_i2s.c | 462 i2s->playback_dma_data.maxburst = 4; in rockchip_i2s_probe() 466 i2s->capture_dma_data.maxburst = 4; in rockchip_i2s_probe()
|
/linux-4.1.27/sound/soc/jz4740/ |
D | jz4740-i2s.c | 375 dma_data->maxburst = 16; in jz4740_i2c_init_pcm_config() 381 dma_data->maxburst = 16; in jz4740_i2c_init_pcm_config()
|
/linux-4.1.27/sound/soc/bcm/ |
D | bcm2835-i2s.c | 834 dev->dma_data[SNDRV_PCM_STREAM_PLAYBACK].maxburst = 2; in bcm2835_i2s_probe() 835 dev->dma_data[SNDRV_PCM_STREAM_CAPTURE].maxburst = 2; in bcm2835_i2s_probe()
|
/linux-4.1.27/drivers/dma/dw/ |
D | core.c | 950 static inline void convert_burst(u32 *maxburst) in convert_burst() argument 952 if (*maxburst > 1) in convert_burst() 953 *maxburst = fls(*maxburst) - 2; in convert_burst() 955 *maxburst = 0; in convert_burst()
|
/linux-4.1.27/sound/soc/dwc/ |
D | designware_i2s.c | 507 dev->play_dma_data.dt.maxburst = 16; in dw_configure_dai_by_dt() 518 dev->capture_dma_data.dt.maxburst = 16; in dw_configure_dai_by_dt()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | uvc_video.c | 245 * max_t(unsigned int, video->ep->maxburst, 1) in uvc_video_alloc_requests()
|
/linux-4.1.27/include/linux/usb/ |
D | gadget.h | 180 unsigned maxburst:5; member
|
/linux-4.1.27/sound/soc/ux500/ |
D | ux500_msp_dai.c | 680 playback_dma_data->maxburst = 4; in ux500_msp_dai_of_probe() 681 capture_dma_data->maxburst = 4; in ux500_msp_dai_of_probe()
|
/linux-4.1.27/sound/soc/davinci/ |
D | davinci-mcasp.c | 726 dma_data->maxburst = active_serializers; in mcasp_common_hw_param() 728 dma_data->maxburst = 0; in mcasp_common_hw_param() 759 dma_data->maxburst = numevt; in mcasp_common_hw_param()
|
/linux-4.1.27/drivers/usb/gadget/ |
D | composite.c | 149 _ep->maxburst = 0; in config_ep_by_speed() 170 _ep->maxburst = comp_desc->bMaxBurst + 1; in config_ep_by_speed() 175 _ep->maxburst = 1; in config_ep_by_speed()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 925 u_char maxburst; /* log base 2 of dwords burst */ member
|
D | sym_glue.c | 1301 np->maxburst = dev->chip.burst_max; in sym_attach()
|
D | sym_hipd.c | 812 if (burst_max > np->maxburst) 813 burst_max = np->maxburst;
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | gadget.c | 470 u32 burst = dep->endpoint.maxburst - 1; in dwc3_gadget_set_ep_config() 1734 dep->endpoint.maxburst = 1; in dwc3_gadget_init_hw_endpoints()
|
/linux-4.1.27/drivers/scsi/ |
D | ncr53c8xx.c | 1687 u_char maxburst; /* log base 2 of dwords burst */ member 3856 if (burst_max > np->maxburst) in ncr_prepare_setting() 3857 burst_max = np->maxburst; in ncr_prepare_setting() 8349 np->maxburst = device->chip.burst_max;
|