/kernel/linux/linux-5.10/sound/soc/pxa/ |
D | pxa2xx-ac97.c | 65 .maxburst = 32, 72 .maxburst = 32, 79 .maxburst = 16, 86 .maxburst = 16, 93 .maxburst = 16,
|
D | pxa2xx-i2s.c | 85 .maxburst = 32, 92 .maxburst = 32,
|
/kernel/linux/linux-5.10/drivers/dma/dw/ |
D | idma32.c | 83 static void idma32_encode_maxburst(struct dw_dma_chan *dwc, u32 *maxburst) in idma32_encode_maxburst() argument 85 *maxburst = *maxburst > 1 ? fls(*maxburst) - 1 : 0; in idma32_encode_maxburst()
|
D | dw.c | 82 static void dw_dma_encode_maxburst(struct dw_dma_chan *dwc, u32 *maxburst) in dw_dma_encode_maxburst() argument 88 *maxburst = *maxburst > 1 ? fls(*maxburst) - 2 : 0; in dw_dma_encode_maxburst()
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | at_hdmac_regs.h | 285 static inline void convert_burst(u32 *maxburst) in convert_burst() argument 287 if (*maxburst > 1) in convert_burst() 288 *maxburst = fls(*maxburst) - 2; in convert_burst() 290 *maxburst = 0; in convert_burst()
|
D | uniphier-xdmac.c | 329 u32 maxburst; in uniphier_xdmac_prep_slave_sg() local 337 maxburst = xc->sconfig.src_maxburst; in uniphier_xdmac_prep_slave_sg() 340 maxburst = xc->sconfig.dst_maxburst; in uniphier_xdmac_prep_slave_sg() 343 if (!maxburst) in uniphier_xdmac_prep_slave_sg() 344 maxburst = 1; in uniphier_xdmac_prep_slave_sg() 345 if (maxburst > xc->xdev->ddev.max_burst) { in uniphier_xdmac_prep_slave_sg() 360 xd->nodes[i].burst_size = maxburst * buswidth; in uniphier_xdmac_prep_slave_sg()
|
D | zx_dma.c | 462 u32 maxburst = 0; in zx_pre_config() local 479 maxburst = cfg->dst_maxburst; in zx_pre_config() 480 maxburst = maxburst < ZX_MAX_BURST_LEN ? in zx_pre_config() 481 maxburst : ZX_MAX_BURST_LEN; in zx_pre_config() 483 | ZX_SRC_BURST_LEN(maxburst - 1) in zx_pre_config() 490 maxburst = cfg->src_maxburst; in zx_pre_config() 491 maxburst = maxburst < ZX_MAX_BURST_LEN ? in zx_pre_config() 492 maxburst : ZX_MAX_BURST_LEN; in zx_pre_config() 494 | ZX_SRC_BURST_LEN(maxburst - 1) in zx_pre_config()
|
D | idma64.c | 393 static void convert_burst(u32 *maxburst) in convert_burst() argument 395 if (*maxburst) in convert_burst() 396 *maxburst = __fls(*maxburst); in convert_burst() 398 *maxburst = 0; in convert_burst()
|
D | sa11x0-dma.c | 670 u32 maxburst; in sa11x0_dma_device_config() local 675 maxburst = cfg->src_maxburst; in sa11x0_dma_device_config() 679 maxburst = cfg->dst_maxburst; in sa11x0_dma_device_config() 684 (maxburst != 4 && maxburst != 8)) in sa11x0_dma_device_config() 689 if (maxburst == 8) in sa11x0_dma_device_config() 693 &c->vc, &addr, width, maxburst); in sa11x0_dma_device_config()
|
D | mmp_pdma.c | 697 u32 maxburst = 0, addr = 0; in mmp_pdma_config_write() local 705 maxburst = cfg->src_maxburst; in mmp_pdma_config_write() 710 maxburst = cfg->dst_maxburst; in mmp_pdma_config_write() 722 if (maxburst == 8) in mmp_pdma_config_write() 724 else if (maxburst == 16) in mmp_pdma_config_write() 726 else if (maxburst == 32) in mmp_pdma_config_write()
|
D | k3dma.c | 671 u32 maxburst = 0, val = 0; in k3_dma_config_write() local 677 maxburst = cfg->src_maxburst; in k3_dma_config_write() 682 maxburst = cfg->dst_maxburst; in k3_dma_config_write() 698 if ((maxburst == 0) || (maxburst > 16)) in k3_dma_config_write() 701 val = maxburst - 1; in k3_dma_config_write()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | mv_u3d_core.c | 526 unsigned maxburst = 0; in mv_u3d_ep_enable() local 541 if (!_ep->maxburst) in mv_u3d_ep_enable() 542 _ep->maxburst = 1; in mv_u3d_ep_enable() 543 maxburst = _ep->maxburst; in mv_u3d_ep_enable() 548 if (maxburst > 16) { in mv_u3d_ep_enable() 552 maxburst = 1; in mv_u3d_ep_enable() 553 _ep->maxburst = maxburst; in mv_u3d_ep_enable() 556 "maxburst: %d on bulk %s\n", maxburst, ep->name); in mv_u3d_ep_enable() 560 maxburst = 1; in mv_u3d_ep_enable() 561 _ep->maxburst = maxburst; in mv_u3d_ep_enable() [all …]
|
D | trace.h | 148 __field(unsigned, maxburst) 160 __entry->maxburst = ep->maxburst; 168 __entry->max_streams, __entry->mult, __entry->maxburst,
|
/kernel/linux/linux-5.10/drivers/usb/mtu3/ |
D | mtu3_trace.h | 225 __field(unsigned int, maxburst) 236 __entry->maxburst = mep->ep.maxburst; 244 __entry->mult, __entry->maxburst,
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
D | trace.h | 298 __field(unsigned int, maxburst) 309 __entry->maxburst = dep->endpoint.maxburst; 318 __entry->maxburst, __entry->trb_enqueue,
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 175 dma_params_fe->maxburst = dma_params_be->maxburst; in fsl_asrc_dma_hw_params() 264 config_be.src_maxburst = dma_params_be->maxburst; in fsl_asrc_dma_hw_params() 266 config_be.dst_maxburst = dma_params_be->maxburst; in fsl_asrc_dma_hw_params()
|
D | imx-ssi.c | 346 val = SSI_SFCSR_TFWM0(ssi->dma_params_tx.maxburst) | in imx_ssi_dai_probe() 347 SSI_SFCSR_RFWM0(ssi->dma_params_rx.maxburst); in imx_ssi_dai_probe() 560 ssi->dma_params_tx.maxburst = 6; in imx_ssi_probe() 561 ssi->dma_params_rx.maxburst = 4; in imx_ssi_probe()
|
D | imx-pcm-fiq.c | 368 params->dma_params_tx->maxburst = 4; in imx_pcm_fiq_init() 369 params->dma_params_rx->maxburst = 6; in imx_pcm_fiq_init()
|
/kernel/linux/linux-5.10/sound/soc/adi/ |
D | axi-i2s.c | 232 i2s->playback_dma_data.maxburst = 1; in axi_i2s_probe() 244 i2s->capture_dma_data.maxburst = 1; in axi_i2s_probe()
|
/kernel/linux/linux-5.10/sound/core/ |
D | pcm_dmaengine.c | 111 slave_config->dst_maxburst = dma_data->maxburst; in snd_dmaengine_pcm_set_config_from_dai_data() 119 slave_config->src_maxburst = dma_data->maxburst; in snd_dmaengine_pcm_set_config_from_dai_data()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
D | trace.h | 476 __field(unsigned int, maxburst) 488 __entry->maxburst = priv_ep->endpoint.maxburst; 499 __entry->maxburst, __entry->enqueue,
|
/kernel/linux/linux-5.10/drivers/staging/ralink-gdma/ |
D | ralink-gdma.c | 167 static enum gdma_dma_transfer_size gdma_dma_maxburst(u32 maxburst) in gdma_dma_maxburst() argument 169 if (maxburst < 2) in gdma_dma_maxburst() 171 else if (maxburst < 4) in gdma_dma_maxburst() 173 else if (maxburst < 8) in gdma_dma_maxburst() 175 else if (maxburst < 16) in gdma_dma_maxburst()
|
/kernel/linux/linux-5.10/include/sound/ |
D | dmaengine_pcm.h | 73 u32 maxburst; member
|
/kernel/linux/linux-5.10/sound/soc/tegra/ |
D | tegra20_ac97.c | 361 ac97->capture_dma_data.maxburst = 4; in tegra20_ac97_platform_probe() 365 ac97->playback_dma_data.maxburst = 4; in tegra20_ac97_platform_probe()
|
D | tegra20_i2s.c | 366 i2s->capture_dma_data.maxburst = 4; in tegra20_i2s_platform_probe() 370 i2s->playback_dma_data.maxburst = 4; in tegra20_i2s_platform_probe()
|