/linux-6.3-rc2/drivers/spi/ |
A D | spi-dw-dma.c | 40 u32 max_burst, def_burst; in dw_spi_dma_maxburst_init() local 46 if (!ret && caps.max_burst) in dw_spi_dma_maxburst_init() 47 max_burst = caps.max_burst; in dw_spi_dma_maxburst_init() 49 max_burst = DW_SPI_RX_BURST_LEVEL; in dw_spi_dma_maxburst_init() 51 dws->rxburst = min(max_burst, def_burst); in dw_spi_dma_maxburst_init() 55 if (!ret && caps.max_burst) in dw_spi_dma_maxburst_init() 56 max_burst = caps.max_burst; in dw_spi_dma_maxburst_init() 58 max_burst = DW_SPI_TX_BURST_LEVEL; in dw_spi_dma_maxburst_init() 71 dws->txburst = min(max_burst, def_burst); in dw_spi_dma_maxburst_init()
|
/linux-6.3-rc2/drivers/dma/dw/ |
A D | of.c | 91 memset32(pdata->max_burst, DW_DMA_MAX_BURST, nr_channels); in dw_dma_parse_dt() 92 of_property_read_u32_array(np, "snps,max-burst-len", pdata->max_burst, nr_channels); in dw_dma_parse_dt()
|
A D | core.c | 791 clamp(dwc->dma_sconfig.src_maxburst, 0U, dwc->max_burst); in dwc_config() 793 clamp(dwc->dma_sconfig.dst_maxburst, 0U, dwc->max_burst); in dwc_config() 1049 caps->max_burst = dwc->max_burst; in dwc_caps() 1204 dwc->max_burst = in do_dma_probe() 1209 dwc->max_burst = pdata->max_burst[i] ?: DW_DMA_MAX_BURST; in do_dma_probe() 1243 dw->dma.max_burst = DW_DMA_MAX_BURST; in do_dma_probe()
|
/linux-6.3-rc2/include/sound/ |
A D | spear_dma.h | 16 u32 max_burst; member
|
A D | designware_i2s.h | 50 u32 max_burst; member
|
/linux-6.3-rc2/include/linux/platform_data/ |
A D | dma-dw.h | 69 u32 max_burst[DW_DMA_MAX_NR_CHANNELS]; member
|
/linux-6.3-rc2/include/net/netns/ |
A D | sctp.h | 73 int max_burst; member
|
/linux-6.3-rc2/drivers/dma/ |
A D | stm32-mdma.c | 401 max_burst * width) / width; in stm32_mdma_get_best_burst() 949 u32 ccr, ctcr, ctbr, cbndtr, count, max_burst, mdma_burst; in stm32_mdma_prep_dma_memcpy() local 1023 max_burst = tlen / max_width; in stm32_mdma_prep_dma_memcpy() 1024 best_burst = stm32_mdma_get_best_burst(len, tlen, max_burst, in stm32_mdma_prep_dma_memcpy() 1036 max_burst = tlen / max_width; in stm32_mdma_prep_dma_memcpy() 1037 best_burst = stm32_mdma_get_best_burst(len, tlen, max_burst, in stm32_mdma_prep_dma_memcpy() 1077 max_burst = tlen / max_width; in stm32_mdma_prep_dma_memcpy() 1079 max_burst, in stm32_mdma_prep_dma_memcpy() 1091 max_burst = tlen / max_width; in stm32_mdma_prep_dma_memcpy() 1093 max_burst, in stm32_mdma_prep_dma_memcpy() [all …]
|
A D | img-mdc-dma.c | 211 unsigned int max_burst, burst_size; in mdc_list_desc_config() local 231 max_burst = mdma->bus_width * mdma->max_burst_mult; in mdc_list_desc_config() 233 max_burst = mdma->bus_width * (mdma->max_burst_mult - 1); in mdc_list_desc_config() 240 burst_size = min(max_burst, mchan->config.dst_maxburst * in mdc_list_desc_config() 247 burst_size = min(max_burst, mchan->config.src_maxburst * in mdc_list_desc_config() 254 burst_size = max_burst; in mdc_list_desc_config()
|
A D | nbpfaxi.c | 437 int max_burst = nbpf->config->buffer_size * 8; in nbpf_xfer_ds() local 442 max_burst = min_not_zero(nbpf->max_burst_mem_read, in nbpf_xfer_ds() 447 max_burst = nbpf->max_burst_mem_read; in nbpf_xfer_ds() 451 max_burst = nbpf->max_burst_mem_write; in nbpf_xfer_ds() 460 return min_t(int, __ffs(size), ilog2(max_burst)); in nbpf_xfer_ds()
|
A D | mmp_tdma.c | 711 tdev->device.max_burst = SZ_128; in mmp_tdma_probe() 715 tdev->device.max_burst = SZ_32; in mmp_tdma_probe()
|
A D | uniphier-xdmac.c | 345 if (maxburst > xc->xdev->ddev.max_burst) { in uniphier_xdmac_prep_slave_sg() 515 ddev->max_burst = XDMAC_MAX_WORDS; in uniphier_xdmac_probe()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_rxtx.c | 91 int max_burst; member 544 tx_ring->max_burst = PRESTERA_SDMA_TX_MAX_BURST; in prestera_sdma_tx_init() 545 tx_ring->burst = tx_ring->max_burst; in prestera_sdma_tx_init() 698 int tx_wait_num = PRESTERA_SDMA_WAIT_MUL * tx_ring->max_burst; in prestera_sdma_tx_wait() 750 tx_ring->burst = tx_ring->max_burst; in prestera_sdma_xmit()
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | xhci-mtk-sch.c | 278 u32 max_burst; in setup_sch_info() local 285 max_burst = CTX_TO_MAX_BURST(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info() 315 sch_ep->pkts = max_burst + 1; in setup_sch_info() 328 esit_pkts = (mult + 1) * (max_burst + 1); in setup_sch_info()
|
A D | xhci-dbgcap.c | 95 unsigned int max_burst; in xhci_dbc_init_contexts() local 111 max_burst = DBC_CTRL_MAXBURST(readl(&dbc->regs->control)); in xhci_dbc_init_contexts() 114 ep_ctx->ep_info2 = dbc_epctx_info2(BULK_OUT_EP, 1024, max_burst); in xhci_dbc_init_contexts() 121 ep_ctx->ep_info2 = dbc_epctx_info2(BULK_IN_EP, 1024, max_burst); in xhci_dbc_init_contexts()
|
/linux-6.3-rc2/drivers/gpu/drm/ingenic/ |
A D | ingenic-drm-drv.c | 72 u32 max_burst; member 324 JZ_LCD_CTRL_OFUP | priv->soc_info->max_burst); in ingenic_drm_crtc_update_timings() 1523 .max_burst = JZ_LCD_CTRL_BURST_16, 1535 .max_burst = JZ_LCD_CTRL_BURST_16, 1548 .max_burst = JZ_LCD_CTRL_BURST_32, 1561 .max_burst = JZ_LCD_CTRL_BURST_64, 1574 .max_burst = JZ_LCD_CTRL_BURST_64, 1589 .max_burst = JZ_LCD_CTRL_BURST_64,
|
/linux-6.3-rc2/drivers/media/platform/verisilicon/ |
A D | hantro_postproc.c | 40 .max_burst = {G1_REG_PP_DEV_CONFIG, 0, 0x1f}, 92 HANTRO_PP_REG_WRITE(vpu, max_burst, 16); in hantro_postproc_g1_enable()
|
/linux-6.3-rc2/drivers/usb/cdns3/ |
A D | cdnsp-mem.c | 919 int max_burst; in cdnsp_get_max_esit_payload() local 935 max_burst = usb_endpoint_maxp_mult(pep->endpoint.desc); in cdnsp_get_max_esit_payload() 938 return max_packet * max_burst; in cdnsp_get_max_esit_payload() 950 unsigned int max_burst; in cdnsp_endpoint_init() local 975 max_burst = cdnsp_get_endpoint_max_burst(&pdev->gadget, pep); in cdnsp_endpoint_init() 999 MAX_PACKET(max_packet) | MAX_BURST(max_burst) | in cdnsp_endpoint_init()
|
A D | cdnsp-ring.c | 2151 unsigned int max_burst; in cdnsp_get_burst_count() local 2156 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_burst_count() 2157 return DIV_ROUND_UP(total_packet_count, max_burst + 1) - 1; in cdnsp_get_burst_count() 2173 unsigned int max_burst; in cdnsp_get_last_burst_packet_count() local 2178 max_burst = preq->pep->endpoint.comp_desc->bMaxBurst; in cdnsp_get_last_burst_packet_count() 2179 residue = total_packet_count % (max_burst + 1); in cdnsp_get_last_burst_packet_count() 2186 return max_burst; in cdnsp_get_last_burst_packet_count()
|
/linux-6.3-rc2/drivers/tty/serial/8250/ |
A D | 8250_dw.c | 410 static u32 dw8250_rzn1_get_dmacr_burst(int max_burst) in dw8250_rzn1_get_dmacr_burst() argument 412 if (max_burst >= 8) in dw8250_rzn1_get_dmacr_burst() 414 else if (max_burst >= 4) in dw8250_rzn1_get_dmacr_burst()
|
/linux-6.3-rc2/drivers/usb/early/ |
A D | xhci-dbc.c | 233 unsigned int max_burst; in xdbc_mem_init() local 321 max_burst = DEBUG_MAX_BURST(readl(&xdbc.xdbc_reg->control)); in xdbc_mem_init() 325 ep_out->ep_info2 = cpu_to_le32(EP_TYPE(BULK_OUT_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); in xdbc_mem_init() 332 ep_in->ep_info2 = cpu_to_le32(EP_TYPE(BULK_IN_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); in xdbc_mem_init()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_tc.c | 89 int max_burst, max_mantissa; in otx2_get_egress_burst_cfg() local 93 max_burst = MAX_BURST_SIZE; in otx2_get_egress_burst_cfg() 96 max_burst = CN10K_MAX_BURST_SIZE; in otx2_get_egress_burst_cfg() 104 burst = min_t(u32, burst, max_burst); in otx2_get_egress_burst_cfg()
|
/linux-6.3-rc2/sound/soc/fsl/ |
A D | fsl_sai.c | 1422 sai->soc_data->max_burst[RX] ? sai->soc_data->max_burst[RX] : FSL_SAI_MAXBURST_RX; in fsl_sai_probe() 1424 sai->soc_data->max_burst[TX] ? sai->soc_data->max_burst[TX] : FSL_SAI_MAXBURST_TX; in fsl_sai_probe() 1598 .max_burst = {8, 8},
|
A D | fsl_sai.h | 238 unsigned int max_burst[2]; member
|
/linux-6.3-rc2/sound/soc/spear/ |
A D | spdif_in.c | 240 host->dma_params.max_burst = 16; in spdif_in_probe()
|