Home
last modified time | relevance | path

Searched refs:dma_burst_size (Results 1 – 13 of 13) sorted by relevance

/drivers/spi/
Dspi-pxa2xx-dma.c92 cfg.dst_maxburst = chip->dma_burst_size; in pxa2xx_spi_dma_prepare_one()
99 cfg.src_maxburst = chip->dma_burst_size; in pxa2xx_spi_dma_prepare_one()
231 u32 dma_burst_size = drv_data->controller_info->dma_burst_size; in pxa2xx_spi_set_dma_burst_and_threshold() local
238 *burst_code = chip_info ? chip_info->dma_burst_size : dma_burst_size; in pxa2xx_spi_set_dma_burst_and_threshold()
Dspi-pxa2xx-pci.c162 c->dma_burst_size = 1; in lpss_spi_setup()
234 c->dma_burst_size = 8; in mrfld_spi_setup()
Dspi-pxa2xx.h64 u32 dma_burst_size; member
Dspi-pxa2xx.c939 xfer->len >= chip->dma_burst_size; in pxa2xx_spi_can_dma()
950 u32 dma_burst = chip->dma_burst_size; in pxa2xx_spi_transfer_one()
1278 &chip->dma_burst_size, in setup()
1285 chip->dma_burst_size); in setup()
1401 pdata->dma_burst_size = 1; in pxa2xx_spi_init_pdata()
/drivers/net/wireless/ath/ath11k/
Dhw.c85 config->dma_burst_size = 0; in ath11k_init_wmi_config_qca6390()
192 config->dma_burst_size = TARGET_DMA_BURST_SIZE; in ath11k_init_wmi_config_ipq8074()
Dwmi.h2358 u32 dma_burst_size; member
5660 u32 dma_burst_size; member
Dwmi.c4038 wmi_cfg->dma_burst_size = tg_cfg->dma_burst_size; in ath11k_wmi_copy_resource_config()
/drivers/net/wireless/ath/ath10k/
Dwmi.h2517 __le32 dma_burst_size; member
2702 __le32 dma_burst_size; member
2892 __le32 dma_burst_size; member
Dwmi-tlv.h1767 __le32 dma_burst_size; member
Dwmi.c6622 config.dma_burst_size = __cpu_to_le32(TARGET_DMA_BURST_SIZE); in ath10k_wmi_op_gen_init()
6688 config.dma_burst_size = __cpu_to_le32(TARGET_10X_DMA_BURST_SIZE); in ath10k_wmi_10_1_op_gen_init()
6759 config.dma_burst_size = __cpu_to_le32(TARGET_10_2_DMA_BURST_SIZE); in ath10k_wmi_10_2_op_gen_init()
6837 config.dma_burst_size = __cpu_to_le32(TARGET_10_4_DMA_BURST_SIZE); in ath10k_wmi_10_4_op_gen_init()
Dwmi-tlv.c1940 cfg->dma_burst_size = __cpu_to_le32(0); in ath10k_wmi_tlv_op_gen_init()
/drivers/net/wireless/ath/ath12k/
Dwmi.h2306 u32 dma_burst_size; member
2422 __le32 dma_burst_size; member
Dwmi.c217 config->dma_burst_size = TARGET_DMA_BURST_SIZE; in ath12k_wmi_init_qcn9274()
258 config->dma_burst_size = 0; in ath12k_wmi_init_wcn7850()
3232 wmi_cfg->dma_burst_size = cpu_to_le32(tg_cfg->dma_burst_size); in ath12k_wmi_copy_resource_config()