Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/
Dicontrol.c46 .dma_burst_size = 8,
54 .dma_burst_size = 8,
62 .dma_burst_size = 8,
70 .dma_burst_size = 8,
Dstargate2.c356 .dma_burst_size = 8,
364 .dma_burst_size = 8,
/linux-4.4.14/drivers/spi/
Dspi-pxa2xx-dma.c188 cfg.dst_maxburst = chip->dma_burst_size; in pxa2xx_spi_dma_prepare_one()
196 cfg.src_maxburst = chip->dma_burst_size; in pxa2xx_spi_dma_prepare_one()
227 if (drv_data->len < chip->dma_burst_size) in pxa2xx_spi_map_dma_buffers()
359 *burst_code = chip_info ? chip_info->dma_burst_size : 1; in pxa2xx_spi_set_dma_burst_and_threshold()
Dspi-pxa2xx.h90 u32 dma_burst_size; member
Dspi-pxa2xx.c891 u32 dma_burst = drv_data->cur_chip->dma_burst_size; in pump_transfers()
1244 &chip->dma_burst_size, in setup()
/linux-4.4.14/include/linux/spi/
Dpxa2xx_spi.h45 u8 dma_burst_size; member
/linux-4.4.14/Documentation/spi/
Dpxa2xx93 u8 dma_burst_size;
109 The "pxa2xx_spi_chip.dma_burst_size" field is used to configure PXA2xx DMA
114 dma_burst_size == 0.
165 .dma_burst_size = 8, /* Byte wide transfers used so 8 byte bursts */
173 .dma_burst_size = 8, /* Byte wide transfers used so 8 byte bursts */
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dwmi.h2164 __le32 dma_burst_size; member
2349 __le32 dma_burst_size; member
2537 __le32 dma_burst_size; member
Dwmi-tlv.h1196 __le32 dma_burst_size; member
Dwmi.c5279 config.dma_burst_size = __cpu_to_le32(TARGET_DMA_BURST_SIZE); in ath10k_wmi_op_gen_init()
5347 config.dma_burst_size = __cpu_to_le32(TARGET_10X_DMA_BURST_SIZE); in ath10k_wmi_10_1_op_gen_init()
5413 config.dma_burst_size = __cpu_to_le32(TARGET_10_2_DMA_BURST_SIZE); in ath10k_wmi_10_2_op_gen_init()
5485 config.dma_burst_size = __cpu_to_le32(TARGET_10_4_DMA_BURST_SIZE); in ath10k_wmi_10_4_op_gen_init()
Dwmi-tlv.c1405 cfg->dma_burst_size = __cpu_to_le32(0); in ath10k_wmi_tlv_op_gen_init()